Shades of Thatch #9F8C88
Tints of Thatch #9F8C88
RGB
CMYK
RGB Variations
Color information
#9F8C88 (or 0x9F8C88) is known color: Thatch. HEX triplet: 9F, 8C and 88. RGB value is (159,140,136). Sum of RGB (Red+Green+Blue) = 159+140+136=435 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.55% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8C88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8C88 is #607377. Grayscale: #919191. Windows color (decimal): -6321016 or 8948895. OLE color: 8948895.
HSL color Cylindrical-coordinate representation of color #9F8C88: hue angle of 10.43º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9F8C88 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 140 | 136 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.38 |
| HSL | 10.43º | 0.11% | 0.58% | - |
| HSV(B) | 10.43º | 0.14% | 0.62% | - |
| XYZ | 28.12 | 27.9 | 27.2 | - |
| YUV | 145.23 | 122.79 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 140 | 136 | 0 | 0.12 | 0.14 | 0.38 | 10.43 | 0.11 | 0.58 |
| Hex | 9F | 8C | 88 | 0 | C | E | 26 | A | B | 3A |
| Octal | 237 | 214 | 210 | 0 | 14 | 16 | 46 | 12 | 13 | 72 |
| Binary | 10011111 | 10001100 | 10001000 | 0 | 1100 | 1110 | 100110 | 1010 | 1011 | 111010 |
Color Harmonies of #9F8C88
Complementary color
Monochromatic Colors of #9F8C88
Black with #9F8C88
Text Example
Text Example
White with #9F8C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8C88; }
p { color: rgb(159,140,136); }
H1.HeaderClassName
{
color: #9F8C88;
}
.AnyTagClassName
{
color: #9F8C88;
}
</style>
background-color css
<style>
a { background-color: #9F8C88; }
a { background-color: rgb(159,140,136); }
div.DivClassName
{
background-color: #9F8C88;
}
.BgClassName
{
background-color: #9F8C88;
}
</style>
border-color css
<style>
span { border-color: #9F8C88; }
span { border-color: rgb(159,140,136); }
td.TdClassName
{
border-color: #9F8C88;
}
.TagClassName
{
border-color: #9F8C88;
}
</style>