Shades of Highball #86853C
Tints of Highball #86853C
RGB
CMYK
RGB Variations
Color information
#86853C (or 0x86853C) is known color: Highball. HEX triplet: 86, 85 and 3C. RGB value is (134,133,60). Sum of RGB (Red+Green+Blue) = 134+133+60=327 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.98% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 134 - color contains mainly: red. Hex color #86853C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86853C is #797AC3. Grayscale: #7D7D7D. Windows color (decimal): -7961284 or 3966342. OLE color: 3966342.
HSL color Cylindrical-coordinate representation of color #86853C: hue angle of 59.19º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #86853C is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 133 | 60 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.47 |
| HSL | 59.19º | 0.38% | 0.38% | - |
| HSV(B) | 59.19º | 0.55% | 0.53% | - |
| XYZ | 19.03 | 22.17 | 7.55 | - |
| YUV | 124.98 | 91.33 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 133 | 60 | 0 | 0.01 | 0.55 | 0.47 | 59.19 | 0.38 | 0.38 |
| Hex | 86 | 85 | 3C | 0 | 1 | 37 | 2F | 3B | 26 | 26 |
| Octal | 206 | 205 | 74 | 0 | 1 | 67 | 57 | 73 | 46 | 46 |
| Binary | 10000110 | 10000101 | 111100 | 0 | 1 | 110111 | 101111 | 111011 | 100110 | 100110 |
Color Harmonies of #86853C
Complementary color
Monochromatic Colors of #86853C
Black with #86853C
Text Example
Text Example
White with #86853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86853C; }
p { color: rgb(134,133,60); }
H1.HeaderClassName
{
color: #86853C;
}
.AnyTagClassName
{
color: #86853C;
}
</style>
background-color css
<style>
a { background-color: #86853C; }
a { background-color: rgb(134,133,60); }
div.DivClassName
{
background-color: #86853C;
}
.BgClassName
{
background-color: #86853C;
}
</style>
border-color css
<style>
span { border-color: #86853C; }
span { border-color: rgb(134,133,60); }
td.TdClassName
{
border-color: #86853C;
}
.TagClassName
{
border-color: #86853C;
}
</style>