Shades of Thatch #9D918E
Tints of Thatch #9D918E
RGB
CMYK
RGB Variations
Color information
#9D918E (or 0x9D918E) is known color: Thatch. HEX triplet: 9D, 91 and 8E. RGB value is (157,145,142). Sum of RGB (Red+Green+Blue) = 157+145+142=444 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.36% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 142 (55.86% from 255 or 31.98% from 444); Max value from RGB is 157 - color contains mainly: red. Hex color #9D918E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D918E is #626E71. Grayscale: #949494. Windows color (decimal): -6450802 or 9343389. OLE color: 9343389.
HSL color Cylindrical-coordinate representation of color #9D918E: hue angle of 12º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9D918E is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 145 | 142 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.38 |
| HSL | 12º | 0.07% | 0.59% | - |
| HSV(B) | 12º | 0.1% | 0.62% | - |
| XYZ | 28.91 | 29.37 | 29.74 | - |
| YUV | 148.25 | 124.48 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 145 | 142 | 0 | 0.08 | 0.10 | 0.38 | 12 | 0.07 | 0.59 |
| Hex | 9D | 91 | 8E | 0 | 8 | A | 26 | C | 7 | 3B |
| Octal | 235 | 221 | 216 | 0 | 10 | 12 | 46 | 14 | 7 | 73 |
| Binary | 10011101 | 10010001 | 10001110 | 0 | 1000 | 1010 | 100110 | 1100 | 111 | 111011 |
Color Harmonies of #9D918E
Complementary color
Monochromatic Colors of #9D918E
Black with #9D918E
Text Example
Text Example
White with #9D918E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D918E; }
p { color: rgb(157,145,142); }
H1.HeaderClassName
{
color: #9D918E;
}
.AnyTagClassName
{
color: #9D918E;
}
</style>
background-color css
<style>
a { background-color: #9D918E; }
a { background-color: rgb(157,145,142); }
div.DivClassName
{
background-color: #9D918E;
}
.BgClassName
{
background-color: #9D918E;
}
</style>
border-color css
<style>
span { border-color: #9D918E; }
span { border-color: rgb(157,145,142); }
td.TdClassName
{
border-color: #9D918E;
}
.TagClassName
{
border-color: #9D918E;
}
</style>