Shades of Thatch #9F918E
Tints of Thatch #9F918E
RGB
CMYK
RGB Variations
Color information
#9F918E (or 0x9F918E) is known color: Thatch. HEX triplet: 9F, 91 and 8E. RGB value is (159,145,142). Sum of RGB (Red+Green+Blue) = 159+145+142=446 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.65% from 446); Green value is 145 (57.03% from 255 or 32.51% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 159 - color contains mainly: red. Hex color #9F918E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F918E is #606E71. Grayscale: #949494. Windows color (decimal): -6319730 or 9343391. OLE color: 9343391.
HSL color Cylindrical-coordinate representation of color #9F918E: hue angle of 10.59º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9F918E is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 145 | 142 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.38 |
| HSL | 10.59º | 0.08% | 0.59% | - |
| HSV(B) | 10.59º | 0.11% | 0.62% | - |
| XYZ | 29.31 | 29.57 | 29.76 | - |
| YUV | 148.84 | 124.14 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 145 | 142 | 0 | 0.09 | 0.11 | 0.38 | 10.59 | 0.08 | 0.59 |
| Hex | 9F | 91 | 8E | 0 | 9 | B | 26 | B | 8 | 3B |
| Octal | 237 | 221 | 216 | 0 | 11 | 13 | 46 | 13 | 10 | 73 |
| Binary | 10011111 | 10010001 | 10001110 | 0 | 1001 | 1011 | 100110 | 1011 | 1000 | 111011 |
Color Harmonies of #9F918E
Complementary color
Monochromatic Colors of #9F918E
Black with #9F918E
Text Example
Text Example
White with #9F918E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F918E; }
p { color: rgb(159,145,142); }
H1.HeaderClassName
{
color: #9F918E;
}
.AnyTagClassName
{
color: #9F918E;
}
</style>
background-color css
<style>
a { background-color: #9F918E; }
a { background-color: rgb(159,145,142); }
div.DivClassName
{
background-color: #9F918E;
}
.BgClassName
{
background-color: #9F918E;
}
</style>
border-color css
<style>
span { border-color: #9F918E; }
span { border-color: rgb(159,145,142); }
td.TdClassName
{
border-color: #9F918E;
}
.TagClassName
{
border-color: #9F918E;
}
</style>