Shades of Highball #86853A
Tints of Highball #86853A
RGB
CMYK
RGB Variations
Color information
#86853A (or 0x86853A) is known color: Highball. HEX triplet: 86, 85 and 3A. RGB value is (134,133,58). Sum of RGB (Red+Green+Blue) = 134+133+58=325 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.23% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 134 - color contains mainly: red. Hex color #86853A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86853A is #797AC5. Grayscale: #7D7D7D. Windows color (decimal): -7961286 or 3835270. OLE color: 3835270.
HSL color Cylindrical-coordinate representation of color #86853A: hue angle of 59.21º 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 #86853A is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 133 | 58 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.47 |
| HSL | 59.21º | 0.4% | 0.38% | - |
| HSV(B) | 59.21º | 0.57% | 0.53% | - |
| XYZ | 18.98 | 22.15 | 7.28 | - |
| YUV | 124.75 | 90.33 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 133 | 58 | 0 | 0.01 | 0.57 | 0.47 | 59.21 | 0.4 | 0.38 |
| Hex | 86 | 85 | 3A | 0 | 1 | 39 | 2F | 3B | 28 | 26 |
| Octal | 206 | 205 | 72 | 0 | 1 | 71 | 57 | 73 | 50 | 46 |
| Binary | 10000110 | 10000101 | 111010 | 0 | 1 | 111001 | 101111 | 111011 | 101000 | 100110 |
Color Harmonies of #86853A
Complementary color
Monochromatic Colors of #86853A
Black with #86853A
Text Example
Text Example
White with #86853A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86853A; }
p { color: rgb(134,133,58); }
H1.HeaderClassName
{
color: #86853A;
}
.AnyTagClassName
{
color: #86853A;
}
</style>
background-color css
<style>
a { background-color: #86853A; }
a { background-color: rgb(134,133,58); }
div.DivClassName
{
background-color: #86853A;
}
.BgClassName
{
background-color: #86853A;
}
</style>
border-color css
<style>
span { border-color: #86853A; }
span { border-color: rgb(134,133,58); }
td.TdClassName
{
border-color: #86853A;
}
.TagClassName
{
border-color: #86853A;
}
</style>