Shades of Thatch #9D908D
Tints of Thatch #9D908D
RGB
CMYK
RGB Variations
Color information
#9D908D (or 0x9D908D) is known color: Thatch. HEX triplet: 9D, 90 and 8D. RGB value is (157,144,141). Sum of RGB (Red+Green+Blue) = 157+144+141=442 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.52% from 442); Green value is 144 (56.64% from 255 or 32.58% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 157 - color contains mainly: red. Hex color #9D908D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D908D is #626F72. Grayscale: #939393. Windows color (decimal): -6451059 or 9277597. OLE color: 9277597.
HSL color Cylindrical-coordinate representation of color #9D908D: hue angle of 11.25º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9D908D is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 144 | 141 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.38 |
| HSL | 11.25º | 0.08% | 0.58% | - |
| HSV(B) | 11.25º | 0.1% | 0.62% | - |
| XYZ | 28.69 | 29.04 | 29.29 | - |
| YUV | 147.55 | 124.31 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 144 | 141 | 0 | 0.08 | 0.10 | 0.38 | 11.25 | 0.08 | 0.58 |
| Hex | 9D | 90 | 8D | 0 | 8 | A | 26 | B | 8 | 3A |
| Octal | 235 | 220 | 215 | 0 | 10 | 12 | 46 | 13 | 10 | 72 |
| Binary | 10011101 | 10010000 | 10001101 | 0 | 1000 | 1010 | 100110 | 1011 | 1000 | 111010 |
Color Harmonies of #9D908D
Complementary color
Monochromatic Colors of #9D908D
Black with #9D908D
Text Example
Text Example
White with #9D908D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D908D; }
p { color: rgb(157,144,141); }
H1.HeaderClassName
{
color: #9D908D;
}
.AnyTagClassName
{
color: #9D908D;
}
</style>
background-color css
<style>
a { background-color: #9D908D; }
a { background-color: rgb(157,144,141); }
div.DivClassName
{
background-color: #9D908D;
}
.BgClassName
{
background-color: #9D908D;
}
</style>
border-color css
<style>
span { border-color: #9D908D; }
span { border-color: rgb(157,144,141); }
td.TdClassName
{
border-color: #9D908D;
}
.TagClassName
{
border-color: #9D908D;
}
</style>