Shades of Highball #9C9747
Tints of Highball #9C9747
RGB
CMYK
RGB Variations
Color information
#9C9747 (or 0x9C9747) is known color: Highball. HEX triplet: 9C, 97 and 47. RGB value is (156,151,71). Sum of RGB (Red+Green+Blue) = 156+151+71=378 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.27% from 378); Green value is 151 (59.38% from 255 or 39.95% from 378); Blue value is 71 (28.12% from 255 or 18.78% from 378); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9747 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C9747 is #6368B8. Grayscale: #8F8F8F. Windows color (decimal): -6514873 or 4691868. OLE color: 4691868.
HSL color Cylindrical-coordinate representation of color #9C9747: hue angle of 56.47º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9C9747 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 151 | 71 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.39 |
| HSL | 56.47º | 0.37% | 0.45% | - |
| HSV(B) | 56.47º | 0.54% | 0.61% | - |
| XYZ | 25.91 | 29.66 | 10.32 | - |
| YUV | 143.38 | 87.16 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 151 | 71 | 0 | 0.03 | 0.54 | 0.39 | 56.47 | 0.37 | 0.45 |
| Hex | 9C | 97 | 47 | 0 | 3 | 36 | 27 | 38 | 25 | 2D |
| Octal | 234 | 227 | 107 | 0 | 3 | 66 | 47 | 70 | 45 | 55 |
| Binary | 10011100 | 10010111 | 1000111 | 0 | 11 | 110110 | 100111 | 111000 | 100101 | 101101 |
Color Harmonies of #9C9747
Complementary color
Monochromatic Colors of #9C9747
Black with #9C9747
Text Example
Text Example
White with #9C9747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9747; }
p { color: rgb(156,151,71); }
H1.HeaderClassName
{
color: #9C9747;
}
.AnyTagClassName
{
color: #9C9747;
}
</style>
background-color css
<style>
a { background-color: #9C9747; }
a { background-color: rgb(156,151,71); }
div.DivClassName
{
background-color: #9C9747;
}
.BgClassName
{
background-color: #9C9747;
}
</style>
border-color css
<style>
span { border-color: #9C9747; }
span { border-color: rgb(156,151,71); }
td.TdClassName
{
border-color: #9C9747;
}
.TagClassName
{
border-color: #9C9747;
}
</style>