Shades of Thatch #9D9391
Tints of Thatch #9D9391
RGB
CMYK
RGB Variations
Color information
#9D9391 (or 0x9D9391) is known color: Thatch. HEX triplet: 9D, 93 and 91. RGB value is (157,147,145). Sum of RGB (Red+Green+Blue) = 157+147+145=449 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.97% from 449); Green value is 147 (57.81% from 255 or 32.74% from 449); Blue value is 145 (57.03% from 255 or 32.29% from 449); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9391 is #626C6E. Grayscale: #959595. Windows color (decimal): -6450287 or 9540509. OLE color: 9540509.
HSL color Cylindrical-coordinate representation of color #9D9391: hue angle of 10º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9D9391 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 147 | 145 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.38 |
| HSL | 10º | 0.06% | 0.59% | - |
| HSV(B) | 10º | 0.08% | 0.62% | - |
| XYZ | 29.45 | 30.08 | 31.04 | - |
| YUV | 149.76 | 125.31 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 147 | 145 | 0 | 0.06 | 0.08 | 0.38 | 10 | 0.06 | 0.59 |
| Hex | 9D | 93 | 91 | 0 | 6 | 8 | 26 | A | 6 | 3B |
| Octal | 235 | 223 | 221 | 0 | 6 | 10 | 46 | 12 | 6 | 73 |
| Binary | 10011101 | 10010011 | 10010001 | 0 | 110 | 1000 | 100110 | 1010 | 110 | 111011 |
Color Harmonies of #9D9391
Complementary color
Monochromatic Colors of #9D9391
Black with #9D9391
Text Example
Text Example
White with #9D9391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9391; }
p { color: rgb(157,147,145); }
H1.HeaderClassName
{
color: #9D9391;
}
.AnyTagClassName
{
color: #9D9391;
}
</style>
background-color css
<style>
a { background-color: #9D9391; }
a { background-color: rgb(157,147,145); }
div.DivClassName
{
background-color: #9D9391;
}
.BgClassName
{
background-color: #9D9391;
}
</style>
border-color css
<style>
span { border-color: #9D9391; }
span { border-color: rgb(157,147,145); }
td.TdClassName
{
border-color: #9D9391;
}
.TagClassName
{
border-color: #9D9391;
}
</style>