Shades of Highball #9C9640
Tints of Highball #9C9640
RGB
CMYK
RGB Variations
Color information
#9C9640 (or 0x9C9640) is known color: Highball. HEX triplet: 9C, 96 and 40. RGB value is (156,150,64). Sum of RGB (Red+Green+Blue) = 156+150+64=370 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.16% from 370); Green value is 150 (58.98% from 255 or 40.54% from 370); Blue value is 64 (25.39% from 255 or 17.30% from 370); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9640 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C9640 is #6369BF. Grayscale: #8E8E8E. Windows color (decimal): -6515136 or 4232860. OLE color: 4232860.
HSL color Cylindrical-coordinate representation of color #9C9640: hue angle of 56.09º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9C9640 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 150 | 64 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.39 |
| HSL | 56.09º | 0.42% | 0.43% | - |
| HSV(B) | 56.09º | 0.59% | 0.61% | - |
| XYZ | 25.54 | 29.25 | 9.15 | - |
| YUV | 141.99 | 83.99 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 150 | 64 | 0 | 0.04 | 0.59 | 0.39 | 56.09 | 0.42 | 0.43 |
| Hex | 9C | 96 | 40 | 0 | 4 | 3B | 27 | 38 | 2A | 2B |
| Octal | 234 | 226 | 100 | 0 | 4 | 73 | 47 | 70 | 52 | 53 |
| Binary | 10011100 | 10010110 | 1000000 | 0 | 100 | 111011 | 100111 | 111000 | 101010 | 101011 |
Color Harmonies of #9C9640
Complementary color
Monochromatic Colors of #9C9640
Black with #9C9640
Text Example
Text Example
White with #9C9640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9640; }
p { color: rgb(156,150,64); }
H1.HeaderClassName
{
color: #9C9640;
}
.AnyTagClassName
{
color: #9C9640;
}
</style>
background-color css
<style>
a { background-color: #9C9640; }
a { background-color: rgb(156,150,64); }
div.DivClassName
{
background-color: #9C9640;
}
.BgClassName
{
background-color: #9C9640;
}
</style>
border-color css
<style>
span { border-color: #9C9640; }
span { border-color: rgb(156,150,64); }
td.TdClassName
{
border-color: #9C9640;
}
.TagClassName
{
border-color: #9C9640;
}
</style>