Shades of Highball #868334
Tints of Highball #868334
RGB
CMYK
RGB Variations
Color information
#868334 (or 0x868334) is known color: Highball. HEX triplet: 86, 83 and 34. RGB value is (134,131,52). Sum of RGB (Red+Green+Blue) = 134+131+52=317 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.27% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 134 - color contains mainly: red. Hex color #868334 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868334 is #797CCB. Grayscale: #7B7B7B. Windows color (decimal): -7961804 or 3441542. OLE color: 3441542.
HSL color Cylindrical-coordinate representation of color #868334: hue angle of 57.8º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #868334 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 131 | 52 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.47 |
| HSL | 57.8º | 0.44% | 0.36% | - |
| HSV(B) | 57.8º | 0.61% | 0.53% | - |
| XYZ | 18.57 | 21.55 | 6.43 | - |
| YUV | 122.89 | 87.99 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 131 | 52 | 0 | 0.02 | 0.61 | 0.47 | 57.8 | 0.44 | 0.36 |
| Hex | 86 | 83 | 34 | 0 | 2 | 3D | 2F | 3A | 2C | 24 |
| Octal | 206 | 203 | 64 | 0 | 2 | 75 | 57 | 72 | 54 | 44 |
| Binary | 10000110 | 10000011 | 110100 | 0 | 10 | 111101 | 101111 | 111010 | 101100 | 100100 |
Color Harmonies of #868334
Complementary color
Monochromatic Colors of #868334
Black with #868334
Text Example
Text Example
White with #868334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868334; }
p { color: rgb(134,131,52); }
H1.HeaderClassName
{
color: #868334;
}
.AnyTagClassName
{
color: #868334;
}
</style>
background-color css
<style>
a { background-color: #868334; }
a { background-color: rgb(134,131,52); }
div.DivClassName
{
background-color: #868334;
}
.BgClassName
{
background-color: #868334;
}
</style>
border-color css
<style>
span { border-color: #868334; }
span { border-color: rgb(134,131,52); }
td.TdClassName
{
border-color: #868334;
}
.TagClassName
{
border-color: #868334;
}
</style>