Shades of Thatch #9F8F8D
Tints of Thatch #9F8F8D
RGB
CMYK
RGB Variations
Color information
#9F8F8D (or 0x9F8F8D) is known color: Thatch. HEX triplet: 9F, 8F and 8D. RGB value is (159,143,141). Sum of RGB (Red+Green+Blue) = 159+143+141=443 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.89% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8F8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8F8D is #607072. Grayscale: #939393. Windows color (decimal): -6320243 or 9277343. OLE color: 9277343.
HSL color Cylindrical-coordinate representation of color #9F8F8D: hue angle of 6.67º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9F8F8D is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 143 | 141 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.38 |
| HSL | 6.67º | 0.09% | 0.59% | - |
| HSV(B) | 6.67º | 0.11% | 0.62% | - |
| XYZ | 28.93 | 28.94 | 29.26 | - |
| YUV | 147.56 | 124.3 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 143 | 141 | 0 | 0.10 | 0.11 | 0.38 | 6.67 | 0.09 | 0.59 |
| Hex | 9F | 8F | 8D | 0 | A | B | 26 | 7 | 9 | 3B |
| Octal | 237 | 217 | 215 | 0 | 12 | 13 | 46 | 7 | 11 | 73 |
| Binary | 10011111 | 10001111 | 10001101 | 0 | 1010 | 1011 | 100110 | 111 | 1001 | 111011 |
Color Harmonies of #9F8F8D
Complementary color
Monochromatic Colors of #9F8F8D
Black with #9F8F8D
Text Example
Text Example
White with #9F8F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8F8D; }
p { color: rgb(159,143,141); }
H1.HeaderClassName
{
color: #9F8F8D;
}
.AnyTagClassName
{
color: #9F8F8D;
}
</style>
background-color css
<style>
a { background-color: #9F8F8D; }
a { background-color: rgb(159,143,141); }
div.DivClassName
{
background-color: #9F8F8D;
}
.BgClassName
{
background-color: #9F8F8D;
}
</style>
border-color css
<style>
span { border-color: #9F8F8D; }
span { border-color: rgb(159,143,141); }
td.TdClassName
{
border-color: #9F8F8D;
}
.TagClassName
{
border-color: #9F8F8D;
}
</style>