Shades of Highball #867C41
Tints of Highball #867C41
RGB
CMYK
RGB Variations
Color information
#867C41 (or 0x867C41) is known color: Highball. HEX triplet: 86, 7C and 41. RGB value is (134,124,65). Sum of RGB (Red+Green+Blue) = 134+124+65=323 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.49% from 323); Green value is 124 (48.83% from 255 or 38.39% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 134 - color contains mainly: red. Hex color #867C41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867C41 is #7983BE. Grayscale: #787878. Windows color (decimal): -7963583 or 4291718. OLE color: 4291718.
HSL color Cylindrical-coordinate representation of color #867C41: hue angle of 51.3º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #867C41 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 124 | 65 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.47 |
| HSL | 51.3º | 0.35% | 0.39% | - |
| HSV(B) | 51.3º | 0.51% | 0.53% | - |
| XYZ | 17.99 | 19.87 | 7.89 | - |
| YUV | 120.26 | 96.81 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 124 | 65 | 0 | 0.07 | 0.51 | 0.47 | 51.3 | 0.35 | 0.39 |
| Hex | 86 | 7C | 41 | 0 | 7 | 33 | 2F | 33 | 23 | 27 |
| Octal | 206 | 174 | 101 | 0 | 7 | 63 | 57 | 63 | 43 | 47 |
| Binary | 10000110 | 1111100 | 1000001 | 0 | 111 | 110011 | 101111 | 110011 | 100011 | 100111 |
Color Harmonies of #867C41
Complementary color
Monochromatic Colors of #867C41
Black with #867C41
Text Example
Text Example
White with #867C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867C41; }
p { color: rgb(134,124,65); }
H1.HeaderClassName
{
color: #867C41;
}
.AnyTagClassName
{
color: #867C41;
}
</style>
background-color css
<style>
a { background-color: #867C41; }
a { background-color: rgb(134,124,65); }
div.DivClassName
{
background-color: #867C41;
}
.BgClassName
{
background-color: #867C41;
}
</style>
border-color css
<style>
span { border-color: #867C41; }
span { border-color: rgb(134,124,65); }
td.TdClassName
{
border-color: #867C41;
}
.TagClassName
{
border-color: #867C41;
}
</style>