Shades of Go Ben #867940
Tints of Go Ben #867940
RGB
CMYK
RGB Variations
Color information
#867940 (or 0x867940) is known color: Go Ben. HEX triplet: 86, 79 and 40. RGB value is (134,121,64). Sum of RGB (Red+Green+Blue) = 134+121+64=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 134 - color contains mainly: red. Hex color #867940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867940 is #7986BF. Grayscale: #767676. Windows color (decimal): -7964352 or 4225414. OLE color: 4225414.
HSL color Cylindrical-coordinate representation of color #867940: hue angle of 48.86º 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 #867940 is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 121 | 64 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.47 |
| HSL | 48.86º | 0.35% | 0.39% | - |
| HSV(B) | 48.86º | 0.52% | 0.53% | - |
| XYZ | 17.59 | 19.11 | 7.61 | - |
| YUV | 118.39 | 97.31 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 121 | 64 | 0 | 0.10 | 0.52 | 0.47 | 48.86 | 0.35 | 0.39 |
| Hex | 86 | 79 | 40 | 0 | A | 34 | 2F | 31 | 23 | 27 |
| Octal | 206 | 171 | 100 | 0 | 12 | 64 | 57 | 61 | 43 | 47 |
| Binary | 10000110 | 1111001 | 1000000 | 0 | 1010 | 110100 | 101111 | 110001 | 100011 | 100111 |
Color Harmonies of #867940
Complementary color
Monochromatic Colors of #867940
Black with #867940
Text Example
Text Example
White with #867940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867940; }
p { color: rgb(134,121,64); }
H1.HeaderClassName
{
color: #867940;
}
.AnyTagClassName
{
color: #867940;
}
</style>
background-color css
<style>
a { background-color: #867940; }
a { background-color: rgb(134,121,64); }
div.DivClassName
{
background-color: #867940;
}
.BgClassName
{
background-color: #867940;
}
</style>
border-color css
<style>
span { border-color: #867940; }
span { border-color: rgb(134,121,64); }
td.TdClassName
{
border-color: #867940;
}
.TagClassName
{
border-color: #867940;
}
</style>