Shades of Highball #9C9742
Tints of Highball #9C9742
RGB
CMYK
RGB Variations
Color information
#9C9742 (or 0x9C9742) is known color: Highball. HEX triplet: 9C, 97 and 42. RGB value is (156,151,66). Sum of RGB (Red+Green+Blue) = 156+151+66=373 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.82% from 373); Green value is 151 (59.38% from 255 or 40.48% from 373); Blue value is 66 (26.17% from 255 or 17.69% from 373); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9742 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C9742 is #6368BD. Grayscale: #8F8F8F. Windows color (decimal): -6514878 or 4364188. OLE color: 4364188.
HSL color Cylindrical-coordinate representation of color #9C9742: hue angle of 56.67º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C9742 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 151 | 66 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.39 |
| HSL | 56.67º | 0.41% | 0.44% | - |
| HSV(B) | 56.67º | 0.58% | 0.61% | - |
| XYZ | 25.76 | 29.59 | 9.51 | - |
| YUV | 142.81 | 84.66 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 151 | 66 | 0 | 0.03 | 0.58 | 0.39 | 56.67 | 0.41 | 0.44 |
| Hex | 9C | 97 | 42 | 0 | 3 | 3A | 27 | 39 | 29 | 2C |
| Octal | 234 | 227 | 102 | 0 | 3 | 72 | 47 | 71 | 51 | 54 |
| Binary | 10011100 | 10010111 | 1000010 | 0 | 11 | 111010 | 100111 | 111001 | 101001 | 101100 |
Color Harmonies of #9C9742
Complementary color
Monochromatic Colors of #9C9742
Black with #9C9742
Text Example
Text Example
White with #9C9742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9742; }
p { color: rgb(156,151,66); }
H1.HeaderClassName
{
color: #9C9742;
}
.AnyTagClassName
{
color: #9C9742;
}
</style>
background-color css
<style>
a { background-color: #9C9742; }
a { background-color: rgb(156,151,66); }
div.DivClassName
{
background-color: #9C9742;
}
.BgClassName
{
background-color: #9C9742;
}
</style>
border-color css
<style>
span { border-color: #9C9742; }
span { border-color: rgb(156,151,66); }
td.TdClassName
{
border-color: #9C9742;
}
.TagClassName
{
border-color: #9C9742;
}
</style>