Shades of Highball #9C963C
Tints of Highball #9C963C
RGB
CMYK
RGB Variations
Color information
#9C963C (or 0x9C963C) is known color: Highball. HEX triplet: 9C, 96 and 3C. RGB value is (156,150,60). Sum of RGB (Red+Green+Blue) = 156+150+60=366 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.62% from 366); Green value is 150 (58.98% from 255 or 40.98% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 156 - color contains mainly: red. Hex color #9C963C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C963C is #6369C3. Grayscale: #8D8D8D. Windows color (decimal): -6515140 or 3970716. OLE color: 3970716.
HSL color Cylindrical-coordinate representation of color #9C963C: hue angle of 56.25º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9C963C is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 150 | 60 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.39 |
| HSL | 56.25º | 0.44% | 0.42% | - |
| HSV(B) | 56.25º | 0.62% | 0.61% | - |
| XYZ | 25.43 | 29.21 | 8.57 | - |
| YUV | 141.53 | 81.99 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 150 | 60 | 0 | 0.04 | 0.62 | 0.39 | 56.25 | 0.44 | 0.42 |
| Hex | 9C | 96 | 3C | 0 | 4 | 3E | 27 | 38 | 2C | 2A |
| Octal | 234 | 226 | 74 | 0 | 4 | 76 | 47 | 70 | 54 | 52 |
| Binary | 10011100 | 10010110 | 111100 | 0 | 100 | 111110 | 100111 | 111000 | 101100 | 101010 |
Color Harmonies of #9C963C
Complementary color
Monochromatic Colors of #9C963C
Black with #9C963C
Text Example
Text Example
White with #9C963C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C963C; }
p { color: rgb(156,150,60); }
H1.HeaderClassName
{
color: #9C963C;
}
.AnyTagClassName
{
color: #9C963C;
}
</style>
background-color css
<style>
a { background-color: #9C963C; }
a { background-color: rgb(156,150,60); }
div.DivClassName
{
background-color: #9C963C;
}
.BgClassName
{
background-color: #9C963C;
}
</style>
border-color css
<style>
span { border-color: #9C963C; }
span { border-color: rgb(156,150,60); }
td.TdClassName
{
border-color: #9C963C;
}
.TagClassName
{
border-color: #9C963C;
}
</style>