Shades of Highball #9C8941
Tints of Highball #9C8941
RGB
CMYK
RGB Variations
Color information
#9C8941 (or 0x9C8941) is known color: Highball. HEX triplet: 9C, 89 and 41. RGB value is (156,137,65). Sum of RGB (Red+Green+Blue) = 156+137+65=358 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.58% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8941 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8941 is #6376BE. Grayscale: #868686. Windows color (decimal): -6518463 or 4295068. OLE color: 4295068.
HSL color Cylindrical-coordinate representation of color #9C8941: hue angle of 47.47º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C8941 is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 137 | 65 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.39 |
| HSL | 47.47º | 0.41% | 0.43% | - |
| HSV(B) | 47.47º | 0.58% | 0.61% | - |
| XYZ | 23.61 | 25.34 | 8.65 | - |
| YUV | 134.47 | 88.79 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 137 | 65 | 0 | 0.12 | 0.58 | 0.39 | 47.47 | 0.41 | 0.43 |
| Hex | 9C | 89 | 41 | 0 | C | 3A | 27 | 2F | 29 | 2B |
| Octal | 234 | 211 | 101 | 0 | 14 | 72 | 47 | 57 | 51 | 53 |
| Binary | 10011100 | 10001001 | 1000001 | 0 | 1100 | 111010 | 100111 | 101111 | 101001 | 101011 |
Color Harmonies of #9C8941
Complementary color
Monochromatic Colors of #9C8941
Black with #9C8941
Text Example
Text Example
White with #9C8941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8941; }
p { color: rgb(156,137,65); }
H1.HeaderClassName
{
color: #9C8941;
}
.AnyTagClassName
{
color: #9C8941;
}
</style>
background-color css
<style>
a { background-color: #9C8941; }
a { background-color: rgb(156,137,65); }
div.DivClassName
{
background-color: #9C8941;
}
.BgClassName
{
background-color: #9C8941;
}
</style>
border-color css
<style>
span { border-color: #9C8941; }
span { border-color: rgb(156,137,65); }
td.TdClassName
{
border-color: #9C8941;
}
.TagClassName
{
border-color: #9C8941;
}
</style>