Shades of Thatch #9D8F8D
Tints of Thatch #9D8F8D
RGB
CMYK
RGB Variations
Color information
#9D8F8D (or 0x9D8F8D) is known color: Thatch. HEX triplet: 9D, 8F and 8D. RGB value is (157,143,141). Sum of RGB (Red+Green+Blue) = 157+143+141=441 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.60% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8F8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8F8D is #627072. Grayscale: #929292. Windows color (decimal): -6451315 or 9277341. OLE color: 9277341.
HSL color Cylindrical-coordinate representation of color #9D8F8D: hue angle of 7.5º 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 #9D8F8D is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 143 | 141 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.38 |
| HSL | 7.5º | 0.08% | 0.58% | - |
| HSV(B) | 7.5º | 0.1% | 0.62% | - |
| XYZ | 28.53 | 28.74 | 29.24 | - |
| YUV | 146.96 | 124.64 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 143 | 141 | 0 | 0.09 | 0.10 | 0.38 | 7.5 | 0.08 | 0.58 |
| Hex | 9D | 8F | 8D | 0 | 9 | A | 26 | 8 | 8 | 3A |
| Octal | 235 | 217 | 215 | 0 | 11 | 12 | 46 | 10 | 10 | 72 |
| Binary | 10011101 | 10001111 | 10001101 | 0 | 1001 | 1010 | 100110 | 1000 | 1000 | 111010 |
Color Harmonies of #9D8F8D
Complementary color
Monochromatic Colors of #9D8F8D
Black with #9D8F8D
Text Example
Text Example
White with #9D8F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8F8D; }
p { color: rgb(157,143,141); }
H1.HeaderClassName
{
color: #9D8F8D;
}
.AnyTagClassName
{
color: #9D8F8D;
}
</style>
background-color css
<style>
a { background-color: #9D8F8D; }
a { background-color: rgb(157,143,141); }
div.DivClassName
{
background-color: #9D8F8D;
}
.BgClassName
{
background-color: #9D8F8D;
}
</style>
border-color css
<style>
span { border-color: #9D8F8D; }
span { border-color: rgb(157,143,141); }
td.TdClassName
{
border-color: #9D8F8D;
}
.TagClassName
{
border-color: #9D8F8D;
}
</style>