Shades of Highball #867B3C
Tints of Highball #867B3C
RGB
CMYK
RGB Variations
Color information
#867B3C (or 0x867B3C) is known color: Highball. HEX triplet: 86, 7B and 3C. RGB value is (134,123,60). Sum of RGB (Red+Green+Blue) = 134+123+60=317 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.27% from 317); Green value is 123 (48.44% from 255 or 38.80% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 134 - color contains mainly: red. Hex color #867B3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867B3C is #7984C3. Grayscale: #777777. Windows color (decimal): -7963844 or 3963782. OLE color: 3963782.
HSL color Cylindrical-coordinate representation of color #867B3C: hue angle of 51.08º 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 #867B3C is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 123 | 60 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.47 |
| HSL | 51.08º | 0.38% | 0.38% | - |
| HSV(B) | 51.08º | 0.55% | 0.53% | - |
| XYZ | 17.73 | 19.56 | 7.12 | - |
| YUV | 119.11 | 94.64 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 123 | 60 | 0 | 0.08 | 0.55 | 0.47 | 51.08 | 0.38 | 0.38 |
| Hex | 86 | 7B | 3C | 0 | 8 | 37 | 2F | 33 | 26 | 26 |
| Octal | 206 | 173 | 74 | 0 | 10 | 67 | 57 | 63 | 46 | 46 |
| Binary | 10000110 | 1111011 | 111100 | 0 | 1000 | 110111 | 101111 | 110011 | 100110 | 100110 |
Color Harmonies of #867B3C
Complementary color
Monochromatic Colors of #867B3C
Black with #867B3C
Text Example
Text Example
White with #867B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867B3C; }
p { color: rgb(134,123,60); }
H1.HeaderClassName
{
color: #867B3C;
}
.AnyTagClassName
{
color: #867B3C;
}
</style>
background-color css
<style>
a { background-color: #867B3C; }
a { background-color: rgb(134,123,60); }
div.DivClassName
{
background-color: #867B3C;
}
.BgClassName
{
background-color: #867B3C;
}
</style>
border-color css
<style>
span { border-color: #867B3C; }
span { border-color: rgb(134,123,60); }
td.TdClassName
{
border-color: #867B3C;
}
.TagClassName
{
border-color: #867B3C;
}
</style>