Shades of Highball #8C8633
Tints of Highball #8C8633
RGB
CMYK
RGB Variations
Color information
#8C8633 (or 0x8C8633) is known color: Highball. HEX triplet: 8C, 86 and 33. RGB value is (140,134,51). Sum of RGB (Red+Green+Blue) = 140+134+51=325 (43% of max value = 765). Red value is 140 (55.08% from 255 or 43.08% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8633 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8633 is #7379CC. Grayscale: #7E7E7E. Windows color (decimal): -7567821 or 3376780. OLE color: 3376780.
HSL color Cylindrical-coordinate representation of color #8C8633: hue angle of 55.96º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C8633 is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 134 | 51 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.45 |
| HSL | 55.96º | 0.47% | 0.37% | - |
| HSV(B) | 55.96º | 0.64% | 0.55% | - |
| XYZ | 19.94 | 22.86 | 6.49 | - |
| YUV | 126.33 | 85.49 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 134 | 51 | 0 | 0.04 | 0.64 | 0.45 | 55.96 | 0.47 | 0.37 |
| Hex | 8C | 86 | 33 | 0 | 4 | 40 | 2D | 38 | 2F | 25 |
| Octal | 214 | 206 | 63 | 0 | 4 | 100 | 55 | 70 | 57 | 45 |
| Binary | 10001100 | 10000110 | 110011 | 0 | 100 | 1000000 | 101101 | 111000 | 101111 | 100101 |
Color Harmonies of #8C8633
Complementary color
Monochromatic Colors of #8C8633
Black with #8C8633
Text Example
Text Example
White with #8C8633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8633; }
p { color: rgb(140,134,51); }
H1.HeaderClassName
{
color: #8C8633;
}
.AnyTagClassName
{
color: #8C8633;
}
</style>
background-color css
<style>
a { background-color: #8C8633; }
a { background-color: rgb(140,134,51); }
div.DivClassName
{
background-color: #8C8633;
}
.BgClassName
{
background-color: #8C8633;
}
</style>
border-color css
<style>
span { border-color: #8C8633; }
span { border-color: rgb(140,134,51); }
td.TdClassName
{
border-color: #8C8633;
}
.TagClassName
{
border-color: #8C8633;
}
</style>