Shades of Heathered Grey #9C9281
Tints of Heathered Grey #9C9281
RGB
CMYK
RGB Variations
Color information
#9C9281 (or 0x9C9281) is known color: Heathered Grey. HEX triplet: 9C, 92 and 81. RGB value is (156,146,129). Sum of RGB (Red+Green+Blue) = 156+146+129=431 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.19% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9281 is #636D7E. Grayscale: #939393. Windows color (decimal): -6516095 or 8491676. OLE color: 8491676.
HSL color Cylindrical-coordinate representation of color #9C9281: hue angle of 37.78º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9C9281 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 146 | 129 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.39 |
| HSL | 37.78º | 0.12% | 0.56% | - |
| HSV(B) | 37.78º | 0.17% | 0.61% | - |
| XYZ | 27.95 | 29.21 | 24.93 | - |
| YUV | 147.05 | 117.81 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 146 | 129 | 0 | 0.06 | 0.17 | 0.39 | 37.78 | 0.12 | 0.56 |
| Hex | 9C | 92 | 81 | 0 | 6 | 11 | 27 | 26 | C | 38 |
| Octal | 234 | 222 | 201 | 0 | 6 | 21 | 47 | 46 | 14 | 70 |
| Binary | 10011100 | 10010010 | 10000001 | 0 | 110 | 10001 | 100111 | 100110 | 1100 | 111000 |
Color Harmonies of #9C9281
Complementary color
Monochromatic Colors of #9C9281
Black with #9C9281
Text Example
Text Example
White with #9C9281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9281; }
p { color: rgb(156,146,129); }
H1.HeaderClassName
{
color: #9C9281;
}
.AnyTagClassName
{
color: #9C9281;
}
</style>
background-color css
<style>
a { background-color: #9C9281; }
a { background-color: rgb(156,146,129); }
div.DivClassName
{
background-color: #9C9281;
}
.BgClassName
{
background-color: #9C9281;
}
</style>
border-color css
<style>
span { border-color: #9C9281; }
span { border-color: rgb(156,146,129); }
td.TdClassName
{
border-color: #9C9281;
}
.TagClassName
{
border-color: #9C9281;
}
</style>