Shades of Highball #9C8B46
Tints of Highball #9C8B46
RGB
CMYK
RGB Variations
Color information
#9C8B46 (or 0x9C8B46) is known color: Highball. HEX triplet: 9C, 8B and 46. RGB value is (156,139,70). Sum of RGB (Red+Green+Blue) = 156+139+70=365 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.74% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8B46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8B46 is #6374B9. Grayscale: #888888. Windows color (decimal): -6517946 or 4623260. OLE color: 4623260.
HSL color Cylindrical-coordinate representation of color #9C8B46: hue angle of 48.14º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C8B46 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 139 | 70 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.39 |
| HSL | 48.14º | 0.38% | 0.44% | - |
| HSV(B) | 48.14º | 0.55% | 0.61% | - |
| XYZ | 24.05 | 25.98 | 9.54 | - |
| YUV | 136.22 | 90.63 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 139 | 70 | 0 | 0.11 | 0.55 | 0.39 | 48.14 | 0.38 | 0.44 |
| Hex | 9C | 8B | 46 | 0 | B | 37 | 27 | 30 | 26 | 2C |
| Octal | 234 | 213 | 106 | 0 | 13 | 67 | 47 | 60 | 46 | 54 |
| Binary | 10011100 | 10001011 | 1000110 | 0 | 1011 | 110111 | 100111 | 110000 | 100110 | 101100 |
Color Harmonies of #9C8B46
Complementary color
Monochromatic Colors of #9C8B46
Black with #9C8B46
Text Example
Text Example
White with #9C8B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8B46; }
p { color: rgb(156,139,70); }
H1.HeaderClassName
{
color: #9C8B46;
}
.AnyTagClassName
{
color: #9C8B46;
}
</style>
background-color css
<style>
a { background-color: #9C8B46; }
a { background-color: rgb(156,139,70); }
div.DivClassName
{
background-color: #9C8B46;
}
.BgClassName
{
background-color: #9C8B46;
}
</style>
border-color css
<style>
span { border-color: #9C8B46; }
span { border-color: rgb(156,139,70); }
td.TdClassName
{
border-color: #9C8B46;
}
.TagClassName
{
border-color: #9C8B46;
}
</style>