Shades of Highball #867C40
Tints of Highball #867C40
RGB
CMYK
RGB Variations
Color information
#867C40 (or 0x867C40) is known color: Highball. HEX triplet: 86, 7C and 40. RGB value is (134,124,64). Sum of RGB (Red+Green+Blue) = 134+124+64=322 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.61% from 322); Green value is 124 (48.83% from 255 or 38.51% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 134 - color contains mainly: red. Hex color #867C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867C40 is #7983BF. Grayscale: #787878. Windows color (decimal): -7963584 or 4226182. OLE color: 4226182.
HSL color Cylindrical-coordinate representation of color #867C40: hue angle of 51.43º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #867C40 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 124 | 64 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.47 |
| HSL | 51.43º | 0.35% | 0.39% | - |
| HSV(B) | 51.43º | 0.52% | 0.53% | - |
| XYZ | 17.96 | 19.85 | 7.74 | - |
| YUV | 120.15 | 96.31 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 124 | 64 | 0 | 0.07 | 0.52 | 0.47 | 51.43 | 0.35 | 0.39 |
| Hex | 86 | 7C | 40 | 0 | 7 | 34 | 2F | 33 | 23 | 27 |
| Octal | 206 | 174 | 100 | 0 | 7 | 64 | 57 | 63 | 43 | 47 |
| Binary | 10000110 | 1111100 | 1000000 | 0 | 111 | 110100 | 101111 | 110011 | 100011 | 100111 |
Color Harmonies of #867C40
Complementary color
Monochromatic Colors of #867C40
Black with #867C40
Text Example
Text Example
White with #867C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867C40; }
p { color: rgb(134,124,64); }
H1.HeaderClassName
{
color: #867C40;
}
.AnyTagClassName
{
color: #867C40;
}
</style>
background-color css
<style>
a { background-color: #867C40; }
a { background-color: rgb(134,124,64); }
div.DivClassName
{
background-color: #867C40;
}
.BgClassName
{
background-color: #867C40;
}
</style>
border-color css
<style>
span { border-color: #867C40; }
span { border-color: rgb(134,124,64); }
td.TdClassName
{
border-color: #867C40;
}
.TagClassName
{
border-color: #867C40;
}
</style>