Shades of Thatch #9C918F
Tints of Thatch #9C918F
RGB
CMYK
RGB Variations
Color information
#9C918F (or 0x9C918F) is known color: Thatch. HEX triplet: 9C, 91 and 8F. RGB value is (156,145,143). Sum of RGB (Red+Green+Blue) = 156+145+143=444 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.14% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 143 (56.25% from 255 or 32.21% from 444); Max value from RGB is 156 - color contains mainly: red. Hex color #9C918F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C918F is #636E70. Grayscale: #949494. Windows color (decimal): -6516337 or 9408924. OLE color: 9408924.
HSL color Cylindrical-coordinate representation of color #9C918F: hue angle of 9.23º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9C918F is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 145 | 143 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.39 |
| HSL | 9.23º | 0.06% | 0.59% | - |
| HSV(B) | 9.23º | 0.08% | 0.61% | - |
| XYZ | 28.79 | 29.3 | 30.12 | - |
| YUV | 148.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 145 | 143 | 0 | 0.07 | 0.08 | 0.39 | 9.23 | 0.06 | 0.59 |
| Hex | 9C | 91 | 8F | 0 | 7 | 8 | 27 | 9 | 6 | 3B |
| Octal | 234 | 221 | 217 | 0 | 7 | 10 | 47 | 11 | 6 | 73 |
| Binary | 10011100 | 10010001 | 10001111 | 0 | 111 | 1000 | 100111 | 1001 | 110 | 111011 |
Color Harmonies of #9C918F
Complementary color
Monochromatic Colors of #9C918F
Black with #9C918F
Text Example
Text Example
White with #9C918F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C918F; }
p { color: rgb(156,145,143); }
H1.HeaderClassName
{
color: #9C918F;
}
.AnyTagClassName
{
color: #9C918F;
}
</style>
background-color css
<style>
a { background-color: #9C918F; }
a { background-color: rgb(156,145,143); }
div.DivClassName
{
background-color: #9C918F;
}
.BgClassName
{
background-color: #9C918F;
}
</style>
border-color css
<style>
span { border-color: #9C918F; }
span { border-color: rgb(156,145,143); }
td.TdClassName
{
border-color: #9C918F;
}
.TagClassName
{
border-color: #9C918F;
}
</style>