Shades of Highball #86863A
Tints of Highball #86863A
RGB
CMYK
RGB Variations
Color information
#86863A (or 0x86863A) is known color: Highball. HEX triplet: 86, 86 and 3A. RGB value is (134,134,58). Sum of RGB (Red+Green+Blue) = 134+134+58=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 134 - color contains mainly: red, green. Hex color #86863A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86863A is #7979C5. Grayscale: #7D7D7D. Windows color (decimal): -7961030 or 3835526. OLE color: 3835526.
HSL color Cylindrical-coordinate representation of color #86863A: hue angle of 60º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #86863A is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 134 | 58 | - |
| CMYK | 0 | 0 | 0.57 | 0.47 |
| HSL | 60º | 0.4% | 0.38% | - |
| HSV(B) | 60º | 0.57% | 0.53% | - |
| XYZ | 19.12 | 22.42 | 7.32 | - |
| YUV | 125.34 | 90 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 134 | 58 | 0 | 0 | 0.57 | 0.47 | 60 | 0.4 | 0.38 |
| Hex | 86 | 86 | 3A | 0 | 0 | 39 | 2F | 3C | 28 | 26 |
| Octal | 206 | 206 | 72 | 0 | 0 | 71 | 57 | 74 | 50 | 46 |
| Binary | 10000110 | 10000110 | 111010 | 0 | 0 | 111001 | 101111 | 111100 | 101000 | 100110 |
Color Harmonies of #86863A
Complementary color
Monochromatic Colors of #86863A
Black with #86863A
Text Example
Text Example
White with #86863A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86863A; }
p { color: rgb(134,134,58); }
H1.HeaderClassName
{
color: #86863A;
}
.AnyTagClassName
{
color: #86863A;
}
</style>
background-color css
<style>
a { background-color: #86863A; }
a { background-color: rgb(134,134,58); }
div.DivClassName
{
background-color: #86863A;
}
.BgClassName
{
background-color: #86863A;
}
</style>
border-color css
<style>
span { border-color: #86863A; }
span { border-color: rgb(134,134,58); }
td.TdClassName
{
border-color: #86863A;
}
.TagClassName
{
border-color: #86863A;
}
</style>