Shades of Go Ben #816E41
Tints of Go Ben #816E41
RGB
CMYK
RGB Variations
Color information
#816E41 (or 0x816E41) is known color: Go Ben. HEX triplet: 81, 6E and 41. RGB value is (129,110,65). Sum of RGB (Red+Green+Blue) = 129+110+65=304 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.43% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 129 - color contains mainly: red. Hex color #816E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816E41 is #7E91BE. Grayscale: #6E6E6E. Windows color (decimal): -8294847 or 4288129. OLE color: 4288129.
HSL color Cylindrical-coordinate representation of color #816E41: hue angle of 42.19º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #816E41 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 110 | 65 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.49 |
| HSL | 42.19º | 0.33% | 0.38% | - |
| HSV(B) | 42.19º | 0.5% | 0.51% | - |
| XYZ | 15.58 | 16.2 | 7.31 | - |
| YUV | 110.55 | 102.29 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 110 | 65 | 0 | 0.15 | 0.50 | 0.49 | 42.19 | 0.33 | 0.38 |
| Hex | 81 | 6E | 41 | 0 | F | 32 | 31 | 2A | 21 | 26 |
| Octal | 201 | 156 | 101 | 0 | 17 | 62 | 61 | 52 | 41 | 46 |
| Binary | 10000001 | 1101110 | 1000001 | 0 | 1111 | 110010 | 110001 | 101010 | 100001 | 100110 |
Color Harmonies of #816E41
Complementary color
Monochromatic Colors of #816E41
Black with #816E41
Text Example
Text Example
White with #816E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816E41; }
p { color: rgb(129,110,65); }
H1.HeaderClassName
{
color: #816E41;
}
.AnyTagClassName
{
color: #816E41;
}
</style>
background-color css
<style>
a { background-color: #816E41; }
a { background-color: rgb(129,110,65); }
div.DivClassName
{
background-color: #816E41;
}
.BgClassName
{
background-color: #816E41;
}
</style>
border-color css
<style>
span { border-color: #816E41; }
span { border-color: rgb(129,110,65); }
td.TdClassName
{
border-color: #816E41;
}
.TagClassName
{
border-color: #816E41;
}
</style>