Shades of Mongoose #9C8974
Tints of Mongoose #9C8974
RGB
CMYK
RGB Variations
Color information
#9C8974 (or 0x9C8974) is known color: Mongoose. HEX triplet: 9C, 89 and 74. RGB value is (156,137,116). Sum of RGB (Red+Green+Blue) = 156+137+116=409 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.14% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 116 (45.70% from 255 or 28.36% from 409); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8974 is #63768B. Grayscale: #8C8C8C. Windows color (decimal): -6518412 or 7637404. OLE color: 7637404.
HSL color Cylindrical-coordinate representation of color #9C8974: hue angle of 31.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9C8974 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 137 | 116 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.39 |
| HSL | 31.5º | 0.17% | 0.53% | - |
| HSV(B) | 31.5º | 0.26% | 0.61% | - |
| XYZ | 25.81 | 26.22 | 20.22 | - |
| YUV | 140.29 | 114.29 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 137 | 116 | 0 | 0.12 | 0.26 | 0.39 | 31.5 | 0.17 | 0.53 |
| Hex | 9C | 89 | 74 | 0 | C | 1A | 27 | 1F | 11 | 35 |
| Octal | 234 | 211 | 164 | 0 | 14 | 32 | 47 | 37 | 21 | 65 |
| Binary | 10011100 | 10001001 | 1110100 | 0 | 1100 | 11010 | 100111 | 11111 | 10001 | 110101 |
Color Harmonies of #9C8974
Complementary color
Monochromatic Colors of #9C8974
Black with #9C8974
Text Example
Text Example
White with #9C8974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8974; }
p { color: rgb(156,137,116); }
H1.HeaderClassName
{
color: #9C8974;
}
.AnyTagClassName
{
color: #9C8974;
}
</style>
background-color css
<style>
a { background-color: #9C8974; }
a { background-color: rgb(156,137,116); }
div.DivClassName
{
background-color: #9C8974;
}
.BgClassName
{
background-color: #9C8974;
}
</style>
border-color css
<style>
span { border-color: #9C8974; }
span { border-color: rgb(156,137,116); }
td.TdClassName
{
border-color: #9C8974;
}
.TagClassName
{
border-color: #9C8974;
}
</style>