Shades of Highball #9C963E
Tints of Highball #9C963E
RGB
CMYK
RGB Variations
Color information
#9C963E (or 0x9C963E) is known color: Highball. HEX triplet: 9C, 96 and 3E. RGB value is (156,150,62). Sum of RGB (Red+Green+Blue) = 156+150+62=368 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.39% from 368); Green value is 150 (58.98% from 255 or 40.76% from 368); Blue value is 62 (24.61% from 255 or 16.85% from 368); Max value from RGB is 156 - color contains mainly: red. Hex color #9C963E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C963E is #6369C1. Grayscale: #8E8E8E. Windows color (decimal): -6515138 or 4101788. OLE color: 4101788.
HSL color Cylindrical-coordinate representation of color #9C963E: hue angle of 56.17º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9C963E is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 150 | 62 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.39 |
| HSL | 56.17º | 0.43% | 0.43% | - |
| HSV(B) | 56.17º | 0.6% | 0.61% | - |
| XYZ | 25.49 | 29.23 | 8.86 | - |
| YUV | 141.76 | 82.99 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 150 | 62 | 0 | 0.04 | 0.60 | 0.39 | 56.17 | 0.43 | 0.43 |
| Hex | 9C | 96 | 3E | 0 | 4 | 3C | 27 | 38 | 2B | 2B |
| Octal | 234 | 226 | 76 | 0 | 4 | 74 | 47 | 70 | 53 | 53 |
| Binary | 10011100 | 10010110 | 111110 | 0 | 100 | 111100 | 100111 | 111000 | 101011 | 101011 |
Color Harmonies of #9C963E
Complementary color
Monochromatic Colors of #9C963E
Black with #9C963E
Text Example
Text Example
White with #9C963E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C963E; }
p { color: rgb(156,150,62); }
H1.HeaderClassName
{
color: #9C963E;
}
.AnyTagClassName
{
color: #9C963E;
}
</style>
background-color css
<style>
a { background-color: #9C963E; }
a { background-color: rgb(156,150,62); }
div.DivClassName
{
background-color: #9C963E;
}
.BgClassName
{
background-color: #9C963E;
}
</style>
border-color css
<style>
span { border-color: #9C963E; }
span { border-color: rgb(156,150,62); }
td.TdClassName
{
border-color: #9C963E;
}
.TagClassName
{
border-color: #9C963E;
}
</style>