Shades of Heathered Grey #999183
Tints of Heathered Grey #999183
RGB
CMYK
RGB Variations
Color information
#999183 (or 0x999183) is known color: Heathered Grey. HEX triplet: 99, 91 and 83. RGB value is (153,145,131). Sum of RGB (Red+Green+Blue) = 153+145+131=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 131 (51.56% from 255 or 30.54% from 429); Max value from RGB is 153 - color contains mainly: red. Hex color #999183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999183 is #666E7C. Grayscale: #919191. Windows color (decimal): -6712957 or 8622489. OLE color: 8622489.
HSL color Cylindrical-coordinate representation of color #999183: hue angle of 38.18º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #999183 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 145 | 131 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.4 |
| HSL | 38.18º | 0.1% | 0.56% | - |
| HSV(B) | 38.18º | 0.14% | 0.6% | - |
| XYZ | 27.36 | 28.66 | 25.56 | - |
| YUV | 145.8 | 119.65 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 145 | 131 | 0 | 0.05 | 0.14 | 0.4 | 38.18 | 0.1 | 0.56 |
| Hex | 99 | 91 | 83 | 0 | 5 | E | 28 | 26 | A | 38 |
| Octal | 231 | 221 | 203 | 0 | 5 | 16 | 50 | 46 | 12 | 70 |
| Binary | 10011001 | 10010001 | 10000011 | 0 | 101 | 1110 | 101000 | 100110 | 1010 | 111000 |
Color Harmonies of #999183
Complementary color
Monochromatic Colors of #999183
Black with #999183
Text Example
Text Example
White with #999183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999183; }
p { color: rgb(153,145,131); }
H1.HeaderClassName
{
color: #999183;
}
.AnyTagClassName
{
color: #999183;
}
</style>
background-color css
<style>
a { background-color: #999183; }
a { background-color: rgb(153,145,131); }
div.DivClassName
{
background-color: #999183;
}
.BgClassName
{
background-color: #999183;
}
</style>
border-color css
<style>
span { border-color: #999183; }
span { border-color: rgb(153,145,131); }
td.TdClassName
{
border-color: #999183;
}
.TagClassName
{
border-color: #999183;
}
</style>