Shades of Highball #9C8C48
Tints of Highball #9C8C48
RGB
CMYK
RGB Variations
Color information
#9C8C48 (or 0x9C8C48) is known color: Highball. HEX triplet: 9C, 8C and 48. RGB value is (156,140,72). Sum of RGB (Red+Green+Blue) = 156+140+72=368 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.39% from 368); Green value is 140 (55.08% from 255 or 38.04% from 368); Blue value is 72 (28.52% from 255 or 19.57% from 368); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8C48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8C48 is #6373B7. Grayscale: #898989. Windows color (decimal): -6517688 or 4754588. OLE color: 4754588.
HSL color Cylindrical-coordinate representation of color #9C8C48: hue angle of 48.57º 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 #9C8C48 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 140 | 72 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.39 |
| HSL | 48.57º | 0.37% | 0.45% | - |
| HSV(B) | 48.57º | 0.54% | 0.61% | - |
| XYZ | 24.26 | 26.29 | 9.93 | - |
| YUV | 137.03 | 91.3 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 140 | 72 | 0 | 0.10 | 0.54 | 0.39 | 48.57 | 0.37 | 0.45 |
| Hex | 9C | 8C | 48 | 0 | A | 36 | 27 | 31 | 25 | 2D |
| Octal | 234 | 214 | 110 | 0 | 12 | 66 | 47 | 61 | 45 | 55 |
| Binary | 10011100 | 10001100 | 1001000 | 0 | 1010 | 110110 | 100111 | 110001 | 100101 | 101101 |
Color Harmonies of #9C8C48
Complementary color
Monochromatic Colors of #9C8C48
Black with #9C8C48
Text Example
Text Example
White with #9C8C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8C48; }
p { color: rgb(156,140,72); }
H1.HeaderClassName
{
color: #9C8C48;
}
.AnyTagClassName
{
color: #9C8C48;
}
</style>
background-color css
<style>
a { background-color: #9C8C48; }
a { background-color: rgb(156,140,72); }
div.DivClassName
{
background-color: #9C8C48;
}
.BgClassName
{
background-color: #9C8C48;
}
</style>
border-color css
<style>
span { border-color: #9C8C48; }
span { border-color: rgb(156,140,72); }
td.TdClassName
{
border-color: #9C8C48;
}
.TagClassName
{
border-color: #9C8C48;
}
</style>