Shades of Thatch #9E8F8B
Tints of Thatch #9E8F8B
RGB
CMYK
RGB Variations
Color information
#9E8F8B (or 0x9E8F8B) is known color: Thatch. HEX triplet: 9E, 8F and 8B. RGB value is (158,143,139). Sum of RGB (Red+Green+Blue) = 158+143+139=440 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.91% from 440); Green value is 143 (56.25% from 255 or 32.5% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8F8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8F8B is #617074. Grayscale: #939393. Windows color (decimal): -6385781 or 9146270. OLE color: 9146270.
HSL color Cylindrical-coordinate representation of color #9E8F8B: hue angle of 12.63º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9E8F8B is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 143 | 139 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.38 |
| HSL | 12.63º | 0.09% | 0.58% | - |
| HSV(B) | 12.63º | 0.12% | 0.62% | - |
| XYZ | 28.58 | 28.78 | 28.47 | - |
| YUV | 147.03 | 123.47 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 143 | 139 | 0 | 0.09 | 0.12 | 0.38 | 12.63 | 0.09 | 0.58 |
| Hex | 9E | 8F | 8B | 0 | 9 | C | 26 | D | 9 | 3A |
| Octal | 236 | 217 | 213 | 0 | 11 | 14 | 46 | 15 | 11 | 72 |
| Binary | 10011110 | 10001111 | 10001011 | 0 | 1001 | 1100 | 100110 | 1101 | 1001 | 111010 |
Color Harmonies of #9E8F8B
Complementary color
Monochromatic Colors of #9E8F8B
Black with #9E8F8B
Text Example
Text Example
White with #9E8F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8F8B; }
p { color: rgb(158,143,139); }
H1.HeaderClassName
{
color: #9E8F8B;
}
.AnyTagClassName
{
color: #9E8F8B;
}
</style>
background-color css
<style>
a { background-color: #9E8F8B; }
a { background-color: rgb(158,143,139); }
div.DivClassName
{
background-color: #9E8F8B;
}
.BgClassName
{
background-color: #9E8F8B;
}
</style>
border-color css
<style>
span { border-color: #9E8F8B; }
span { border-color: rgb(158,143,139); }
td.TdClassName
{
border-color: #9E8F8B;
}
.TagClassName
{
border-color: #9E8F8B;
}
</style>