Shades of Heathered Grey #999180
Tints of Heathered Grey #999180
RGB
CMYK
RGB Variations
Color information
#999180 (or 0x999180) is known color: Heathered Grey. HEX triplet: 99, 91 and 80. RGB value is (153,145,128). Sum of RGB (Red+Green+Blue) = 153+145+128=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 153 - color contains mainly: red. Hex color #999180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999180 is #666E7F. Grayscale: #919191. Windows color (decimal): -6712960 or 8425881. OLE color: 8425881.
HSL color Cylindrical-coordinate representation of color #999180: hue angle of 40.8º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #999180 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 145 | 128 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.4 |
| HSL | 40.8º | 0.11% | 0.55% | - |
| HSV(B) | 40.8º | 0.16% | 0.6% | - |
| XYZ | 27.16 | 28.58 | 24.51 | - |
| YUV | 145.45 | 118.15 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 145 | 128 | 0 | 0.05 | 0.16 | 0.4 | 40.8 | 0.11 | 0.55 |
| Hex | 99 | 91 | 80 | 0 | 5 | 10 | 28 | 29 | B | 37 |
| Octal | 231 | 221 | 200 | 0 | 5 | 20 | 50 | 51 | 13 | 67 |
| Binary | 10011001 | 10010001 | 10000000 | 0 | 101 | 10000 | 101000 | 101001 | 1011 | 110111 |
Color Harmonies of #999180
Complementary color
Monochromatic Colors of #999180
Black with #999180
Text Example
Text Example
White with #999180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999180; }
p { color: rgb(153,145,128); }
H1.HeaderClassName
{
color: #999180;
}
.AnyTagClassName
{
color: #999180;
}
</style>
background-color css
<style>
a { background-color: #999180; }
a { background-color: rgb(153,145,128); }
div.DivClassName
{
background-color: #999180;
}
.BgClassName
{
background-color: #999180;
}
</style>
border-color css
<style>
span { border-color: #999180; }
span { border-color: rgb(153,145,128); }
td.TdClassName
{
border-color: #999180;
}
.TagClassName
{
border-color: #999180;
}
</style>