Shades of Highball #86884F
Tints of Highball #86884F
RGB
CMYK
RGB Variations
Color information
#86884F (or 0x86884F) is known color: Highball. HEX triplet: 86, 88 and 4F. RGB value is (134,136,79). Sum of RGB (Red+Green+Blue) = 134+136+79=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 79 (31.25% from 255 or 22.64% from 349); Max value from RGB is 136 - color contains mainly: green. Hex color #86884F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86884F is #7977B0. Grayscale: #818181. Windows color (decimal): -7960497 or 5212294. OLE color: 5212294.
HSL color Cylindrical-coordinate representation of color #86884F: hue angle of 62.11º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86884F is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 136 | 79 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.47 |
| HSL | 62.11º | 0.27% | 0.42% | - |
| HSV(B) | 62.11º | 0.42% | 0.53% | - |
| XYZ | 20.05 | 23.24 | 10.83 | - |
| YUV | 128.9 | 99.84 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 136 | 79 | 0.01 | 0 | 0.42 | 0.47 | 62.11 | 0.27 | 0.42 |
| Hex | 86 | 88 | 4F | 1 | 0 | 2A | 2F | 3E | 1B | 2A |
| Octal | 206 | 210 | 117 | 1 | 0 | 52 | 57 | 76 | 33 | 52 |
| Binary | 10000110 | 10001000 | 1001111 | 1 | 0 | 101010 | 101111 | 111110 | 11011 | 101010 |
Color Harmonies of #86884F
Complementary color
Monochromatic Colors of #86884F
Black with #86884F
Text Example
Text Example
White with #86884F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86884F; }
p { color: rgb(134,136,79); }
H1.HeaderClassName
{
color: #86884F;
}
.AnyTagClassName
{
color: #86884F;
}
</style>
background-color css
<style>
a { background-color: #86884F; }
a { background-color: rgb(134,136,79); }
div.DivClassName
{
background-color: #86884F;
}
.BgClassName
{
background-color: #86884F;
}
</style>
border-color css
<style>
span { border-color: #86884F; }
span { border-color: rgb(134,136,79); }
td.TdClassName
{
border-color: #86884F;
}
.TagClassName
{
border-color: #86884F;
}
</style>