Shades of Highball #9C963D
Tints of Highball #9C963D
RGB
CMYK
RGB Variations
Color information
#9C963D (or 0x9C963D) is known color: Highball. HEX triplet: 9C, 96 and 3D. RGB value is (156,150,61). Sum of RGB (Red+Green+Blue) = 156+150+61=367 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.51% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 61 (24.22% from 255 or 16.62% from 367); Max value from RGB is 156 - color contains mainly: red. Hex color #9C963D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C963D is #6369C2. Grayscale: #8E8E8E. Windows color (decimal): -6515139 or 4036252. OLE color: 4036252.
HSL color Cylindrical-coordinate representation of color #9C963D: hue angle of 56.21º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9C963D is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 150 | 61 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.39 |
| HSL | 56.21º | 0.44% | 0.43% | - |
| HSV(B) | 56.21º | 0.61% | 0.61% | - |
| XYZ | 25.46 | 29.22 | 8.71 | - |
| YUV | 141.65 | 82.49 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 150 | 61 | 0 | 0.04 | 0.61 | 0.39 | 56.21 | 0.44 | 0.43 |
| Hex | 9C | 96 | 3D | 0 | 4 | 3D | 27 | 38 | 2C | 2B |
| Octal | 234 | 226 | 75 | 0 | 4 | 75 | 47 | 70 | 54 | 53 |
| Binary | 10011100 | 10010110 | 111101 | 0 | 100 | 111101 | 100111 | 111000 | 101100 | 101011 |
Color Harmonies of #9C963D
Complementary color
Monochromatic Colors of #9C963D
Black with #9C963D
Text Example
Text Example
White with #9C963D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C963D; }
p { color: rgb(156,150,61); }
H1.HeaderClassName
{
color: #9C963D;
}
.AnyTagClassName
{
color: #9C963D;
}
</style>
background-color css
<style>
a { background-color: #9C963D; }
a { background-color: rgb(156,150,61); }
div.DivClassName
{
background-color: #9C963D;
}
.BgClassName
{
background-color: #9C963D;
}
</style>
border-color css
<style>
span { border-color: #9C963D; }
span { border-color: rgb(156,150,61); }
td.TdClassName
{
border-color: #9C963D;
}
.TagClassName
{
border-color: #9C963D;
}
</style>