Shades of Thatch #9F908C
Tints of Thatch #9F908C
RGB
CMYK
RGB Variations
Color information
#9F908C (or 0x9F908C) is known color: Thatch. HEX triplet: 9F, 90 and 8C. RGB value is (159,144,140). Sum of RGB (Red+Green+Blue) = 159+144+140=443 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.89% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 159 - color contains mainly: red. Hex color #9F908C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F908C is #606F73. Grayscale: #949494. Windows color (decimal): -6319988 or 9212063. OLE color: 9212063.
HSL color Cylindrical-coordinate representation of color #9F908C: hue angle of 12.63º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9F908C is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 144 | 140 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.38 |
| HSL | 12.63º | 0.09% | 0.59% | - |
| HSV(B) | 12.63º | 0.12% | 0.62% | - |
| XYZ | 29 | 29.21 | 28.92 | - |
| YUV | 148.03 | 123.47 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 144 | 140 | 0 | 0.09 | 0.12 | 0.38 | 12.63 | 0.09 | 0.59 |
| Hex | 9F | 90 | 8C | 0 | 9 | C | 26 | D | 9 | 3B |
| Octal | 237 | 220 | 214 | 0 | 11 | 14 | 46 | 15 | 11 | 73 |
| Binary | 10011111 | 10010000 | 10001100 | 0 | 1001 | 1100 | 100110 | 1101 | 1001 | 111011 |
Color Harmonies of #9F908C
Complementary color
Monochromatic Colors of #9F908C
Black with #9F908C
Text Example
Text Example
White with #9F908C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F908C; }
p { color: rgb(159,144,140); }
H1.HeaderClassName
{
color: #9F908C;
}
.AnyTagClassName
{
color: #9F908C;
}
</style>
background-color css
<style>
a { background-color: #9F908C; }
a { background-color: rgb(159,144,140); }
div.DivClassName
{
background-color: #9F908C;
}
.BgClassName
{
background-color: #9F908C;
}
</style>
border-color css
<style>
span { border-color: #9F908C; }
span { border-color: rgb(159,144,140); }
td.TdClassName
{
border-color: #9F908C;
}
.TagClassName
{
border-color: #9F908C;
}
</style>