Shades of Highball #86833C
Tints of Highball #86833C
RGB
CMYK
RGB Variations
Color information
#86833C (or 0x86833C) is known color: Highball. HEX triplet: 86, 83 and 3C. RGB value is (134,131,60). Sum of RGB (Red+Green+Blue) = 134+131+60=325 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.23% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 134 - color contains mainly: red. Hex color #86833C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86833C is #797CC3. Grayscale: #7C7C7C. Windows color (decimal): -7961796 or 3965830. OLE color: 3965830.
HSL color Cylindrical-coordinate representation of color #86833C: hue angle of 57.57º 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 #86833C is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 131 | 60 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.47 |
| HSL | 57.57º | 0.38% | 0.38% | - |
| HSV(B) | 57.57º | 0.55% | 0.53% | - |
| XYZ | 18.76 | 21.63 | 7.46 | - |
| YUV | 123.8 | 91.99 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 131 | 60 | 0 | 0.02 | 0.55 | 0.47 | 57.57 | 0.38 | 0.38 |
| Hex | 86 | 83 | 3C | 0 | 2 | 37 | 2F | 3A | 26 | 26 |
| Octal | 206 | 203 | 74 | 0 | 2 | 67 | 57 | 72 | 46 | 46 |
| Binary | 10000110 | 10000011 | 111100 | 0 | 10 | 110111 | 101111 | 111010 | 100110 | 100110 |
Color Harmonies of #86833C
Complementary color
Monochromatic Colors of #86833C
Black with #86833C
Text Example
Text Example
White with #86833C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86833C; }
p { color: rgb(134,131,60); }
H1.HeaderClassName
{
color: #86833C;
}
.AnyTagClassName
{
color: #86833C;
}
</style>
background-color css
<style>
a { background-color: #86833C; }
a { background-color: rgb(134,131,60); }
div.DivClassName
{
background-color: #86833C;
}
.BgClassName
{
background-color: #86833C;
}
</style>
border-color css
<style>
span { border-color: #86833C; }
span { border-color: rgb(134,131,60); }
td.TdClassName
{
border-color: #86833C;
}
.TagClassName
{
border-color: #86833C;
}
</style>