Color #999999

#999999rgb(153, 153, 153)

Color Codes

HEX#999999
RGBrgb(153, 153, 153)
HSLhsl(0°, 0%, 60%)
CMYKcmyk(0%, 0%, 0%, 40%)
CIELABLab(63.2, 0, 0)

Color Schemes

Tints & Shades

CSS Code Snippets

background-color: #999999;
color: #999999;
border: 2px solid #999999;
background: linear-gradient(135deg, #999999, #999999);

Code Export

css
:root {
  --color-primary: #999999;
  --color-primary-rgb: 153, 153, 153;
  --color-primary-hsl: 0, 0%, 60%;
}

Related Tools