Shades of Go Ben #867A40
Tints of Go Ben #867A40
RGB
CMYK
RGB Variations
Color information
#867A40 (or 0x867A40) is known color: Go Ben. HEX triplet: 86, 7A and 40. RGB value is (134,122,64). Sum of RGB (Red+Green+Blue) = 134+122+64=320 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.88% from 320); Green value is 122 (48.05% from 255 or 38.12% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 134 - color contains mainly: red. Hex color #867A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867A40 is #7985BF. Grayscale: #777777. Windows color (decimal): -7964096 or 4225670. OLE color: 4225670.
HSL color Cylindrical-coordinate representation of color #867A40: hue angle of 49.71º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #867A40 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 122 | 64 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.47 |
| HSL | 49.71º | 0.35% | 0.39% | - |
| HSV(B) | 49.71º | 0.52% | 0.53% | - |
| XYZ | 17.72 | 19.36 | 7.65 | - |
| YUV | 118.98 | 96.98 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 122 | 64 | 0 | 0.09 | 0.52 | 0.47 | 49.71 | 0.35 | 0.39 |
| Hex | 86 | 7A | 40 | 0 | 9 | 34 | 2F | 32 | 23 | 27 |
| Octal | 206 | 172 | 100 | 0 | 11 | 64 | 57 | 62 | 43 | 47 |
| Binary | 10000110 | 1111010 | 1000000 | 0 | 1001 | 110100 | 101111 | 110010 | 100011 | 100111 |
Color Harmonies of #867A40
Complementary color
Monochromatic Colors of #867A40
Black with #867A40
Text Example
Text Example
White with #867A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867A40; }
p { color: rgb(134,122,64); }
H1.HeaderClassName
{
color: #867A40;
}
.AnyTagClassName
{
color: #867A40;
}
</style>
background-color css
<style>
a { background-color: #867A40; }
a { background-color: rgb(134,122,64); }
div.DivClassName
{
background-color: #867A40;
}
.BgClassName
{
background-color: #867A40;
}
</style>
border-color css
<style>
span { border-color: #867A40; }
span { border-color: rgb(134,122,64); }
td.TdClassName
{
border-color: #867A40;
}
.TagClassName
{
border-color: #867A40;
}
</style>