Shades of Highball #867D3C
Tints of Highball #867D3C
RGB
CMYK
RGB Variations
Color information
#867D3C (or 0x867D3C) is known color: Highball. HEX triplet: 86, 7D and 3C. RGB value is (134,125,60). Sum of RGB (Red+Green+Blue) = 134+125+60=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 125 (49.22% from 255 or 39.18% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 134 - color contains mainly: red. Hex color #867D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867D3C is #7982C3. Grayscale: #787878. Windows color (decimal): -7963332 or 3964294. OLE color: 3964294.
HSL color Cylindrical-coordinate representation of color #867D3C: hue angle of 52.7º 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 #867D3C is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 125 | 60 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.47 |
| HSL | 52.7º | 0.38% | 0.38% | - |
| HSV(B) | 52.7º | 0.55% | 0.53% | - |
| XYZ | 17.98 | 20.06 | 7.2 | - |
| YUV | 120.28 | 93.98 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 125 | 60 | 0 | 0.07 | 0.55 | 0.47 | 52.7 | 0.38 | 0.38 |
| Hex | 86 | 7D | 3C | 0 | 7 | 37 | 2F | 35 | 26 | 26 |
| Octal | 206 | 175 | 74 | 0 | 7 | 67 | 57 | 65 | 46 | 46 |
| Binary | 10000110 | 1111101 | 111100 | 0 | 111 | 110111 | 101111 | 110101 | 100110 | 100110 |
Color Harmonies of #867D3C
Complementary color
Monochromatic Colors of #867D3C
Black with #867D3C
Text Example
Text Example
White with #867D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867D3C; }
p { color: rgb(134,125,60); }
H1.HeaderClassName
{
color: #867D3C;
}
.AnyTagClassName
{
color: #867D3C;
}
</style>
background-color css
<style>
a { background-color: #867D3C; }
a { background-color: rgb(134,125,60); }
div.DivClassName
{
background-color: #867D3C;
}
.BgClassName
{
background-color: #867D3C;
}
</style>
border-color css
<style>
span { border-color: #867D3C; }
span { border-color: rgb(134,125,60); }
td.TdClassName
{
border-color: #867D3C;
}
.TagClassName
{
border-color: #867D3C;
}
</style>