Shades of Highball #9C963F
Tints of Highball #9C963F
RGB
CMYK
RGB Variations
Color information
#9C963F (or 0x9C963F) is known color: Highball. HEX triplet: 9C, 96 and 3F. RGB value is (156,150,63). Sum of RGB (Red+Green+Blue) = 156+150+63=369 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.28% from 369); Green value is 150 (58.98% from 255 or 40.65% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 156 - color contains mainly: red. Hex color #9C963F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C963F is #6369C0. Grayscale: #8E8E8E. Windows color (decimal): -6515137 or 4167324. OLE color: 4167324.
HSL color Cylindrical-coordinate representation of color #9C963F: hue angle of 56.13º degrees, saturation: 0.42, 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 #9C963F is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 150 | 63 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.39 |
| HSL | 56.13º | 0.42% | 0.43% | - |
| HSV(B) | 56.13º | 0.6% | 0.61% | - |
| XYZ | 25.51 | 29.24 | 9 | - |
| YUV | 141.88 | 83.49 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 150 | 63 | 0 | 0.04 | 0.60 | 0.39 | 56.13 | 0.42 | 0.43 |
| Hex | 9C | 96 | 3F | 0 | 4 | 3C | 27 | 38 | 2A | 2B |
| Octal | 234 | 226 | 77 | 0 | 4 | 74 | 47 | 70 | 52 | 53 |
| Binary | 10011100 | 10010110 | 111111 | 0 | 100 | 111100 | 100111 | 111000 | 101010 | 101011 |
Color Harmonies of #9C963F
Complementary color
Monochromatic Colors of #9C963F
Black with #9C963F
Text Example
Text Example
White with #9C963F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C963F; }
p { color: rgb(156,150,63); }
H1.HeaderClassName
{
color: #9C963F;
}
.AnyTagClassName
{
color: #9C963F;
}
</style>
background-color css
<style>
a { background-color: #9C963F; }
a { background-color: rgb(156,150,63); }
div.DivClassName
{
background-color: #9C963F;
}
.BgClassName
{
background-color: #9C963F;
}
</style>
border-color css
<style>
span { border-color: #9C963F; }
span { border-color: rgb(156,150,63); }
td.TdClassName
{
border-color: #9C963F;
}
.TagClassName
{
border-color: #9C963F;
}
</style>