Shades of Highball #867F33
Tints of Highball #867F33
RGB
CMYK
RGB Variations
Color information
#867F33 (or 0x867F33) is known color: Highball. HEX triplet: 86, 7F and 33. RGB value is (134,127,51). Sum of RGB (Red+Green+Blue) = 134+127+51=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 127 (50% from 255 or 40.71% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 134 - color contains mainly: red. Hex color #867F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867F33 is #7980CC. Grayscale: #787878. Windows color (decimal): -7962829 or 3374982. OLE color: 3374982.
HSL color Cylindrical-coordinate representation of color #867F33: hue angle of 54.94º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #867F33 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 127 | 51 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.47 |
| HSL | 54.94º | 0.45% | 0.36% | - |
| HSV(B) | 54.94º | 0.62% | 0.53% | - |
| XYZ | 18.02 | 20.49 | 6.14 | - |
| YUV | 120.43 | 88.82 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 127 | 51 | 0 | 0.05 | 0.62 | 0.47 | 54.94 | 0.45 | 0.36 |
| Hex | 86 | 7F | 33 | 0 | 5 | 3E | 2F | 37 | 2D | 24 |
| Octal | 206 | 177 | 63 | 0 | 5 | 76 | 57 | 67 | 55 | 44 |
| Binary | 10000110 | 1111111 | 110011 | 0 | 101 | 111110 | 101111 | 110111 | 101101 | 100100 |
Color Harmonies of #867F33
Complementary color
Monochromatic Colors of #867F33
Black with #867F33
Text Example
Text Example
White with #867F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867F33; }
p { color: rgb(134,127,51); }
H1.HeaderClassName
{
color: #867F33;
}
.AnyTagClassName
{
color: #867F33;
}
</style>
background-color css
<style>
a { background-color: #867F33; }
a { background-color: rgb(134,127,51); }
div.DivClassName
{
background-color: #867F33;
}
.BgClassName
{
background-color: #867F33;
}
</style>
border-color css
<style>
span { border-color: #867F33; }
span { border-color: rgb(134,127,51); }
td.TdClassName
{
border-color: #867F33;
}
.TagClassName
{
border-color: #867F33;
}
</style>