Shades of Go Ben #806D40
Tints of Go Ben #806D40
RGB
CMYK
RGB Variations
Color information
#806D40 (or 0x806D40) is known color: Go Ben. HEX triplet: 80, 6D and 40. RGB value is (128,109,64). Sum of RGB (Red+Green+Blue) = 128+109+64=301 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.52% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 128 - color contains mainly: red. Hex color #806D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806D40 is #7F92BF. Grayscale: #6D6D6D. Windows color (decimal): -8360640 or 4222336. OLE color: 4222336.
HSL color Cylindrical-coordinate representation of color #806D40: hue angle of 42.19º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #806D40 is Cyan = 0, Magento = 0.15, Yellow = 0.5 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 109 | 64 | - |
| CMYK | 0 | 0.15 | 0.5 | 0.50 |
| HSL | 42.19º | 0.33% | 0.38% | - |
| HSV(B) | 42.19º | 0.5% | 0.5% | - |
| XYZ | 15.3 | 15.9 | 7.11 | - |
| YUV | 109.55 | 102.29 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 109 | 64 | 0 | 0.15 | 0.5 | 0.50 | 42.19 | 0.33 | 0.38 |
| Hex | 80 | 6D | 40 | 0 | F | 32 | 32 | 2A | 21 | 26 |
| Octal | 200 | 155 | 100 | 0 | 17 | 62 | 62 | 52 | 41 | 46 |
| Binary | 10000000 | 1101101 | 1000000 | 0 | 1111 | 110010 | 110010 | 101010 | 100001 | 100110 |
Color Harmonies of #806D40
Complementary color
Monochromatic Colors of #806D40
Black with #806D40
Text Example
Text Example
White with #806D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806D40; }
p { color: rgb(128,109,64); }
H1.HeaderClassName
{
color: #806D40;
}
.AnyTagClassName
{
color: #806D40;
}
</style>
background-color css
<style>
a { background-color: #806D40; }
a { background-color: rgb(128,109,64); }
div.DivClassName
{
background-color: #806D40;
}
.BgClassName
{
background-color: #806D40;
}
</style>
border-color css
<style>
span { border-color: #806D40; }
span { border-color: rgb(128,109,64); }
td.TdClassName
{
border-color: #806D40;
}
.TagClassName
{
border-color: #806D40;
}
</style>