Shades of Thatch #9E9795
Tints of Thatch #9E9795
RGB
CMYK
RGB Variations
Color information
#9E9795 (or 0x9E9795) is known color: Thatch. HEX triplet: 9E, 97 and 95. RGB value is (158,151,149). Sum of RGB (Red+Green+Blue) = 158+151+149=458 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.50% from 458); Green value is 151 (59.38% from 255 or 32.97% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9795 is #61686A. Grayscale: #989898. Windows color (decimal): -6383723 or 9803678. OLE color: 9803678.
HSL color Cylindrical-coordinate representation of color #9E9795: hue angle of 13.33º degrees, saturation: 0.04, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9E9795 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 151 | 149 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.38 |
| HSL | 13.33º | 0.04% | 0.6% | - |
| HSV(B) | 13.33º | 0.06% | 0.62% | - |
| XYZ | 30.59 | 31.57 | 32.92 | - |
| YUV | 152.87 | 125.82 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 151 | 149 | 0 | 0.04 | 0.06 | 0.38 | 13.33 | 0.04 | 0.6 |
| Hex | 9E | 97 | 95 | 0 | 4 | 6 | 26 | D | 4 | 3C |
| Octal | 236 | 227 | 225 | 0 | 4 | 6 | 46 | 15 | 4 | 74 |
| Binary | 10011110 | 10010111 | 10010101 | 0 | 100 | 110 | 100110 | 1101 | 100 | 111100 |
Color Harmonies of #9E9795
Complementary color
Monochromatic Colors of #9E9795
Black with #9E9795
Text Example
Text Example
White with #9E9795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9795; }
p { color: rgb(158,151,149); }
H1.HeaderClassName
{
color: #9E9795;
}
.AnyTagClassName
{
color: #9E9795;
}
</style>
background-color css
<style>
a { background-color: #9E9795; }
a { background-color: rgb(158,151,149); }
div.DivClassName
{
background-color: #9E9795;
}
.BgClassName
{
background-color: #9E9795;
}
</style>
border-color css
<style>
span { border-color: #9E9795; }
span { border-color: rgb(158,151,149); }
td.TdClassName
{
border-color: #9E9795;
}
.TagClassName
{
border-color: #9E9795;
}
</style>