Shades of Thatch #9D908E
Tints of Thatch #9D908E
RGB
CMYK
RGB Variations
Color information
#9D908E (or 0x9D908E) is known color: Thatch. HEX triplet: 9D, 90 and 8E. RGB value is (157,144,142). Sum of RGB (Red+Green+Blue) = 157+144+142=443 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.44% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 157 - color contains mainly: red. Hex color #9D908E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D908E is #626F71. Grayscale: #939393. Windows color (decimal): -6451058 or 9343133. OLE color: 9343133.
HSL color Cylindrical-coordinate representation of color #9D908E: hue angle of 8º 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 #9D908E is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 144 | 142 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.38 |
| HSL | 8º | 0.07% | 0.59% | - |
| HSV(B) | 8º | 0.1% | 0.62% | - |
| XYZ | 28.76 | 29.07 | 29.69 | - |
| YUV | 147.66 | 124.81 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 144 | 142 | 0 | 0.08 | 0.10 | 0.38 | 8 | 0.07 | 0.59 |
| Hex | 9D | 90 | 8E | 0 | 8 | A | 26 | 8 | 7 | 3B |
| Octal | 235 | 220 | 216 | 0 | 10 | 12 | 46 | 10 | 7 | 73 |
| Binary | 10011101 | 10010000 | 10001110 | 0 | 1000 | 1010 | 100110 | 1000 | 111 | 111011 |
Color Harmonies of #9D908E
Complementary color
Monochromatic Colors of #9D908E
Black with #9D908E
Text Example
Text Example
White with #9D908E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D908E; }
p { color: rgb(157,144,142); }
H1.HeaderClassName
{
color: #9D908E;
}
.AnyTagClassName
{
color: #9D908E;
}
</style>
background-color css
<style>
a { background-color: #9D908E; }
a { background-color: rgb(157,144,142); }
div.DivClassName
{
background-color: #9D908E;
}
.BgClassName
{
background-color: #9D908E;
}
</style>
border-color css
<style>
span { border-color: #9D908E; }
span { border-color: rgb(157,144,142); }
td.TdClassName
{
border-color: #9D908E;
}
.TagClassName
{
border-color: #9D908E;
}
</style>