Shades of Highball #86834A
Tints of Highball #86834A
RGB
CMYK
RGB Variations
Color information
#86834A (or 0x86834A) is known color: Highball. HEX triplet: 86, 83 and 4A. RGB value is (134,131,74). Sum of RGB (Red+Green+Blue) = 134+131+74=339 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.53% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 134 - color contains mainly: red. Hex color #86834A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86834A is #797CB5. Grayscale: #7D7D7D. Windows color (decimal): -7961782 or 4883334. OLE color: 4883334.
HSL color Cylindrical-coordinate representation of color #86834A: hue angle of 57º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86834A is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 131 | 74 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.47 |
| HSL | 57º | 0.29% | 0.41% | - |
| HSV(B) | 57º | 0.45% | 0.53% | - |
| XYZ | 19.18 | 21.8 | 9.67 | - |
| YUV | 125.4 | 98.99 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 131 | 74 | 0 | 0.02 | 0.45 | 0.47 | 57 | 0.29 | 0.41 |
| Hex | 86 | 83 | 4A | 0 | 2 | 2D | 2F | 39 | 1D | 29 |
| Octal | 206 | 203 | 112 | 0 | 2 | 55 | 57 | 71 | 35 | 51 |
| Binary | 10000110 | 10000011 | 1001010 | 0 | 10 | 101101 | 101111 | 111001 | 11101 | 101001 |
Color Harmonies of #86834A
Complementary color
Monochromatic Colors of #86834A
Black with #86834A
Text Example
Text Example
White with #86834A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86834A; }
p { color: rgb(134,131,74); }
H1.HeaderClassName
{
color: #86834A;
}
.AnyTagClassName
{
color: #86834A;
}
</style>
background-color css
<style>
a { background-color: #86834A; }
a { background-color: rgb(134,131,74); }
div.DivClassName
{
background-color: #86834A;
}
.BgClassName
{
background-color: #86834A;
}
</style>
border-color css
<style>
span { border-color: #86834A; }
span { border-color: rgb(134,131,74); }
td.TdClassName
{
border-color: #86834A;
}
.TagClassName
{
border-color: #86834A;
}
</style>