Shades of Highball #9C9643
Tints of Highball #9C9643
RGB
CMYK
RGB Variations
Color information
#9C9643 (or 0x9C9643) is known color: Highball. HEX triplet: 9C, 96 and 43. RGB value is (156,150,67). Sum of RGB (Red+Green+Blue) = 156+150+67=373 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.82% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 67 (26.56% from 255 or 17.96% from 373); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9643 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C9643 is #6369BC. Grayscale: #8E8E8E. Windows color (decimal): -6515133 or 4429468. OLE color: 4429468.
HSL color Cylindrical-coordinate representation of color #9C9643: hue angle of 55.96º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9C9643 is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 150 | 67 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.39 |
| HSL | 55.96º | 0.4% | 0.44% | - |
| HSV(B) | 55.96º | 0.57% | 0.61% | - |
| XYZ | 25.63 | 29.29 | 9.61 | - |
| YUV | 142.33 | 85.49 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 150 | 67 | 0 | 0.04 | 0.57 | 0.39 | 55.96 | 0.4 | 0.44 |
| Hex | 9C | 96 | 43 | 0 | 4 | 39 | 27 | 38 | 28 | 2C |
| Octal | 234 | 226 | 103 | 0 | 4 | 71 | 47 | 70 | 50 | 54 |
| Binary | 10011100 | 10010110 | 1000011 | 0 | 100 | 111001 | 100111 | 111000 | 101000 | 101100 |
Color Harmonies of #9C9643
Complementary color
Monochromatic Colors of #9C9643
Black with #9C9643
Text Example
Text Example
White with #9C9643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9643; }
p { color: rgb(156,150,67); }
H1.HeaderClassName
{
color: #9C9643;
}
.AnyTagClassName
{
color: #9C9643;
}
</style>
background-color css
<style>
a { background-color: #9C9643; }
a { background-color: rgb(156,150,67); }
div.DivClassName
{
background-color: #9C9643;
}
.BgClassName
{
background-color: #9C9643;
}
</style>
border-color css
<style>
span { border-color: #9C9643; }
span { border-color: rgb(156,150,67); }
td.TdClassName
{
border-color: #9C9643;
}
.TagClassName
{
border-color: #9C9643;
}
</style>