Shades of Go Ben #806F44
Tints of Go Ben #806F44
RGB
CMYK
RGB Variations
Color information
#806F44 (or 0x806F44) is known color: Go Ben. HEX triplet: 80, 6F and 44. RGB value is (128,111,68). Sum of RGB (Red+Green+Blue) = 128+111+68=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 111 (43.75% from 255 or 36.16% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 128 - color contains mainly: red. Hex color #806F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806F44 is #7F90BB. Grayscale: #6F6F6F. Windows color (decimal): -8360124 or 4484992. OLE color: 4484992.
HSL color Cylindrical-coordinate representation of color #806F44: hue angle of 43º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #806F44 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 111 | 68 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.50 |
| HSL | 43º | 0.31% | 0.38% | - |
| HSV(B) | 43º | 0.47% | 0.5% | - |
| XYZ | 15.63 | 16.38 | 7.81 | - |
| YUV | 111.18 | 103.63 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 111 | 68 | 0 | 0.13 | 0.47 | 0.50 | 43 | 0.31 | 0.38 |
| Hex | 80 | 6F | 44 | 0 | D | 2F | 32 | 2B | 1F | 26 |
| Octal | 200 | 157 | 104 | 0 | 15 | 57 | 62 | 53 | 37 | 46 |
| Binary | 10000000 | 1101111 | 1000100 | 0 | 1101 | 101111 | 110010 | 101011 | 11111 | 100110 |
Color Harmonies of #806F44
Complementary color
Monochromatic Colors of #806F44
Black with #806F44
Text Example
Text Example
White with #806F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806F44; }
p { color: rgb(128,111,68); }
H1.HeaderClassName
{
color: #806F44;
}
.AnyTagClassName
{
color: #806F44;
}
</style>
background-color css
<style>
a { background-color: #806F44; }
a { background-color: rgb(128,111,68); }
div.DivClassName
{
background-color: #806F44;
}
.BgClassName
{
background-color: #806F44;
}
</style>
border-color css
<style>
span { border-color: #806F44; }
span { border-color: rgb(128,111,68); }
td.TdClassName
{
border-color: #806F44;
}
.TagClassName
{
border-color: #806F44;
}
</style>