Shades of Highball #867B41
Tints of Highball #867B41
RGB
CMYK
RGB Variations
Color information
#867B41 (or 0x867B41) is known color: Highball. HEX triplet: 86, 7B and 41. RGB value is (134,123,65). Sum of RGB (Red+Green+Blue) = 134+123+65=322 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.61% from 322); Green value is 123 (48.44% from 255 or 38.20% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 134 - color contains mainly: red. Hex color #867B41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867B41 is #7984BE. Grayscale: #777777. Windows color (decimal): -7963839 or 4291462. OLE color: 4291462.
HSL color Cylindrical-coordinate representation of color #867B41: hue angle of 50.43º 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 #867B41 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 123 | 65 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.47 |
| HSL | 50.43º | 0.35% | 0.39% | - |
| HSV(B) | 50.43º | 0.51% | 0.53% | - |
| XYZ | 17.87 | 19.62 | 7.85 | - |
| YUV | 119.68 | 97.14 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 123 | 65 | 0 | 0.08 | 0.51 | 0.47 | 50.43 | 0.35 | 0.39 |
| Hex | 86 | 7B | 41 | 0 | 8 | 33 | 2F | 32 | 23 | 27 |
| Octal | 206 | 173 | 101 | 0 | 10 | 63 | 57 | 62 | 43 | 47 |
| Binary | 10000110 | 1111011 | 1000001 | 0 | 1000 | 110011 | 101111 | 110010 | 100011 | 100111 |
Color Harmonies of #867B41
Complementary color
Monochromatic Colors of #867B41
Black with #867B41
Text Example
Text Example
White with #867B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867B41; }
p { color: rgb(134,123,65); }
H1.HeaderClassName
{
color: #867B41;
}
.AnyTagClassName
{
color: #867B41;
}
</style>
background-color css
<style>
a { background-color: #867B41; }
a { background-color: rgb(134,123,65); }
div.DivClassName
{
background-color: #867B41;
}
.BgClassName
{
background-color: #867B41;
}
</style>
border-color css
<style>
span { border-color: #867B41; }
span { border-color: rgb(134,123,65); }
td.TdClassName
{
border-color: #867B41;
}
.TagClassName
{
border-color: #867B41;
}
</style>