Shades of Thatch #9D8E8D
Tints of Thatch #9D8E8D
RGB
CMYK
RGB Variations
Color information
#9D8E8D (or 0x9D8E8D) is known color: Thatch. HEX triplet: 9D, 8E and 8D. RGB value is (157,142,141). Sum of RGB (Red+Green+Blue) = 157+142+141=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 142 (55.86% from 255 or 32.27% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8E8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8E8D is #627172. Grayscale: #929292. Windows color (decimal): -6451571 or 9277085. OLE color: 9277085.
HSL color Cylindrical-coordinate representation of color #9D8E8D: hue angle of 3.75º 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 #9D8E8D is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 142 | 141 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.38 |
| HSL | 3.75º | 0.08% | 0.58% | - |
| HSV(B) | 3.75º | 0.1% | 0.62% | - |
| XYZ | 28.39 | 28.44 | 29.19 | - |
| YUV | 146.37 | 124.97 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 142 | 141 | 0 | 0.10 | 0.10 | 0.38 | 3.75 | 0.08 | 0.58 |
| Hex | 9D | 8E | 8D | 0 | A | A | 26 | 4 | 8 | 3A |
| Octal | 235 | 216 | 215 | 0 | 12 | 12 | 46 | 4 | 10 | 72 |
| Binary | 10011101 | 10001110 | 10001101 | 0 | 1010 | 1010 | 100110 | 100 | 1000 | 111010 |
Color Harmonies of #9D8E8D
Complementary color
Monochromatic Colors of #9D8E8D
Black with #9D8E8D
Text Example
Text Example
White with #9D8E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8E8D; }
p { color: rgb(157,142,141); }
H1.HeaderClassName
{
color: #9D8E8D;
}
.AnyTagClassName
{
color: #9D8E8D;
}
</style>
background-color css
<style>
a { background-color: #9D8E8D; }
a { background-color: rgb(157,142,141); }
div.DivClassName
{
background-color: #9D8E8D;
}
.BgClassName
{
background-color: #9D8E8D;
}
</style>
border-color css
<style>
span { border-color: #9D8E8D; }
span { border-color: rgb(157,142,141); }
td.TdClassName
{
border-color: #9D8E8D;
}
.TagClassName
{
border-color: #9D8E8D;
}
</style>