Shades of Thatch #9F918D
Tints of Thatch #9F918D
RGB
CMYK
RGB Variations
Color information
#9F918D (or 0x9F918D) is known color: Thatch. HEX triplet: 9F, 91 and 8D. RGB value is (159,145,141). Sum of RGB (Red+Green+Blue) = 159+145+141=445 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.73% from 445); Green value is 145 (57.03% from 255 or 32.58% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 159 - color contains mainly: red. Hex color #9F918D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F918D is #606E72. Grayscale: #949494. Windows color (decimal): -6319731 or 9277855. OLE color: 9277855.
HSL color Cylindrical-coordinate representation of color #9F918D: hue angle of 13.33º 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 #9F918D is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 145 | 141 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.38 |
| HSL | 13.33º | 0.09% | 0.59% | - |
| HSV(B) | 13.33º | 0.11% | 0.62% | - |
| XYZ | 29.23 | 29.54 | 29.36 | - |
| YUV | 148.73 | 123.64 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 145 | 141 | 0 | 0.09 | 0.11 | 0.38 | 13.33 | 0.09 | 0.59 |
| Hex | 9F | 91 | 8D | 0 | 9 | B | 26 | D | 9 | 3B |
| Octal | 237 | 221 | 215 | 0 | 11 | 13 | 46 | 15 | 11 | 73 |
| Binary | 10011111 | 10010001 | 10001101 | 0 | 1001 | 1011 | 100110 | 1101 | 1001 | 111011 |
Color Harmonies of #9F918D
Complementary color
Monochromatic Colors of #9F918D
Black with #9F918D
Text Example
Text Example
White with #9F918D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F918D; }
p { color: rgb(159,145,141); }
H1.HeaderClassName
{
color: #9F918D;
}
.AnyTagClassName
{
color: #9F918D;
}
</style>
background-color css
<style>
a { background-color: #9F918D; }
a { background-color: rgb(159,145,141); }
div.DivClassName
{
background-color: #9F918D;
}
.BgClassName
{
background-color: #9F918D;
}
</style>
border-color css
<style>
span { border-color: #9F918D; }
span { border-color: rgb(159,145,141); }
td.TdClassName
{
border-color: #9F918D;
}
.TagClassName
{
border-color: #9F918D;
}
</style>