Shades of Highball #867D36
Tints of Highball #867D36
RGB
CMYK
RGB Variations
Color information
#867D36 (or 0x867D36) is known color: Highball. HEX triplet: 86, 7D and 36. RGB value is (134,125,54). Sum of RGB (Red+Green+Blue) = 134+125+54=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 125 (49.22% from 255 or 39.94% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 134 - color contains mainly: red. Hex color #867D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867D36 is #7982C9. Grayscale: #777777. Windows color (decimal): -7963338 or 3571078. OLE color: 3571078.
HSL color Cylindrical-coordinate representation of color #867D36: hue angle of 53.25º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #867D36 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 125 | 54 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.47 |
| HSL | 53.25º | 0.43% | 0.37% | - |
| HSV(B) | 53.25º | 0.6% | 0.53% | - |
| XYZ | 17.83 | 20 | 6.41 | - |
| YUV | 119.6 | 90.98 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 125 | 54 | 0 | 0.07 | 0.60 | 0.47 | 53.25 | 0.43 | 0.37 |
| Hex | 86 | 7D | 36 | 0 | 7 | 3C | 2F | 35 | 2B | 25 |
| Octal | 206 | 175 | 66 | 0 | 7 | 74 | 57 | 65 | 53 | 45 |
| Binary | 10000110 | 1111101 | 110110 | 0 | 111 | 111100 | 101111 | 110101 | 101011 | 100101 |
Color Harmonies of #867D36
Complementary color
Monochromatic Colors of #867D36
Black with #867D36
Text Example
Text Example
White with #867D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867D36; }
p { color: rgb(134,125,54); }
H1.HeaderClassName
{
color: #867D36;
}
.AnyTagClassName
{
color: #867D36;
}
</style>
background-color css
<style>
a { background-color: #867D36; }
a { background-color: rgb(134,125,54); }
div.DivClassName
{
background-color: #867D36;
}
.BgClassName
{
background-color: #867D36;
}
</style>
border-color css
<style>
span { border-color: #867D36; }
span { border-color: rgb(134,125,54); }
td.TdClassName
{
border-color: #867D36;
}
.TagClassName
{
border-color: #867D36;
}
</style>