Shades of Go Ben #806D43
Tints of Go Ben #806D43
RGB
CMYK
RGB Variations
Color information
#806D43 (or 0x806D43) is known color: Go Ben. HEX triplet: 80, 6D and 43. RGB value is (128,109,67). Sum of RGB (Red+Green+Blue) = 128+109+67=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 67 (26.56% from 255 or 22.04% from 304); Max value from RGB is 128 - color contains mainly: red. Hex color #806D43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806D43 is #7F92BC. Grayscale: #6E6E6E. Windows color (decimal): -8360637 or 4418944. OLE color: 4418944.
HSL color Cylindrical-coordinate representation of color #806D43: hue angle of 41.31º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #806D43 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 109 | 67 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.50 |
| HSL | 41.31º | 0.31% | 0.38% | - |
| HSV(B) | 41.31º | 0.48% | 0.5% | - |
| XYZ | 15.38 | 15.93 | 7.57 | - |
| YUV | 109.89 | 103.79 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 109 | 67 | 0 | 0.15 | 0.48 | 0.50 | 41.31 | 0.31 | 0.38 |
| Hex | 80 | 6D | 43 | 0 | F | 30 | 32 | 29 | 1F | 26 |
| Octal | 200 | 155 | 103 | 0 | 17 | 60 | 62 | 51 | 37 | 46 |
| Binary | 10000000 | 1101101 | 1000011 | 0 | 1111 | 110000 | 110010 | 101001 | 11111 | 100110 |
Color Harmonies of #806D43
Complementary color
Monochromatic Colors of #806D43
Black with #806D43
Text Example
Text Example
White with #806D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806D43; }
p { color: rgb(128,109,67); }
H1.HeaderClassName
{
color: #806D43;
}
.AnyTagClassName
{
color: #806D43;
}
</style>
background-color css
<style>
a { background-color: #806D43; }
a { background-color: rgb(128,109,67); }
div.DivClassName
{
background-color: #806D43;
}
.BgClassName
{
background-color: #806D43;
}
</style>
border-color css
<style>
span { border-color: #806D43; }
span { border-color: rgb(128,109,67); }
td.TdClassName
{
border-color: #806D43;
}
.TagClassName
{
border-color: #806D43;
}
</style>