Shades of Go Ben #867A41
Tints of Go Ben #867A41
RGB
CMYK
RGB Variations
Color information
#867A41 (or 0x867A41) is known color: Go Ben. HEX triplet: 86, 7A and 41. RGB value is (134,122,65). Sum of RGB (Red+Green+Blue) = 134+122+65=321 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.74% from 321); Green value is 122 (48.05% from 255 or 38.01% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 134 - color contains mainly: red. Hex color #867A41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867A41 is #7985BE. Grayscale: #777777. Windows color (decimal): -7964095 or 4291206. OLE color: 4291206.
HSL color Cylindrical-coordinate representation of color #867A41: hue angle of 49.57º 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 #867A41 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 122 | 65 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.47 |
| HSL | 49.57º | 0.35% | 0.39% | - |
| HSV(B) | 49.57º | 0.51% | 0.53% | - |
| XYZ | 17.75 | 19.37 | 7.8 | - |
| YUV | 119.09 | 97.48 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 122 | 65 | 0 | 0.09 | 0.51 | 0.47 | 49.57 | 0.35 | 0.39 |
| Hex | 86 | 7A | 41 | 0 | 9 | 33 | 2F | 32 | 23 | 27 |
| Octal | 206 | 172 | 101 | 0 | 11 | 63 | 57 | 62 | 43 | 47 |
| Binary | 10000110 | 1111010 | 1000001 | 0 | 1001 | 110011 | 101111 | 110010 | 100011 | 100111 |
Color Harmonies of #867A41
Complementary color
Monochromatic Colors of #867A41
Black with #867A41
Text Example
Text Example
White with #867A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867A41; }
p { color: rgb(134,122,65); }
H1.HeaderClassName
{
color: #867A41;
}
.AnyTagClassName
{
color: #867A41;
}
</style>
background-color css
<style>
a { background-color: #867A41; }
a { background-color: rgb(134,122,65); }
div.DivClassName
{
background-color: #867A41;
}
.BgClassName
{
background-color: #867A41;
}
</style>
border-color css
<style>
span { border-color: #867A41; }
span { border-color: rgb(134,122,65); }
td.TdClassName
{
border-color: #867A41;
}
.TagClassName
{
border-color: #867A41;
}
</style>