Shades of Highball #867E44
Tints of Highball #867E44
RGB
CMYK
RGB Variations
Color information
#867E44 (or 0x867E44) is known color: Highball. HEX triplet: 86, 7E and 44. RGB value is (134,126,68). Sum of RGB (Red+Green+Blue) = 134+126+68=328 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.85% from 328); Green value is 126 (49.61% from 255 or 38.41% from 328); Blue value is 68 (26.95% from 255 or 20.73% from 328); Max value from RGB is 134 - color contains mainly: red. Hex color #867E44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867E44 is #7981BB. Grayscale: #7A7A7A. Windows color (decimal): -7963068 or 4488838. OLE color: 4488838.
HSL color Cylindrical-coordinate representation of color #867E44: hue angle of 52.73º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #867E44 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 126 | 68 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.47 |
| HSL | 52.73º | 0.33% | 0.4% | - |
| HSV(B) | 52.73º | 0.49% | 0.53% | - |
| XYZ | 18.34 | 20.41 | 8.44 | - |
| YUV | 121.78 | 97.65 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 126 | 68 | 0 | 0.06 | 0.49 | 0.47 | 52.73 | 0.33 | 0.4 |
| Hex | 86 | 7E | 44 | 0 | 6 | 31 | 2F | 35 | 21 | 28 |
| Octal | 206 | 176 | 104 | 0 | 6 | 61 | 57 | 65 | 41 | 50 |
| Binary | 10000110 | 1111110 | 1000100 | 0 | 110 | 110001 | 101111 | 110101 | 100001 | 101000 |
Color Harmonies of #867E44
Complementary color
Monochromatic Colors of #867E44
Black with #867E44
Text Example
Text Example
White with #867E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867E44; }
p { color: rgb(134,126,68); }
H1.HeaderClassName
{
color: #867E44;
}
.AnyTagClassName
{
color: #867E44;
}
</style>
background-color css
<style>
a { background-color: #867E44; }
a { background-color: rgb(134,126,68); }
div.DivClassName
{
background-color: #867E44;
}
.BgClassName
{
background-color: #867E44;
}
</style>
border-color css
<style>
span { border-color: #867E44; }
span { border-color: rgb(134,126,68); }
td.TdClassName
{
border-color: #867E44;
}
.TagClassName
{
border-color: #867E44;
}
</style>