Shades of Go Ben #796C41
Tints of Go Ben #796C41
RGB
CMYK
RGB Variations
Color information
#796C41 (or 0x796C41) is known color: Go Ben. HEX triplet: 79, 6C and 41. RGB value is (121,108,65). Sum of RGB (Red+Green+Blue) = 121+108+65=294 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.16% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 121 - color contains mainly: red. Hex color #796C41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796C41 is #8693BE. Grayscale: #6B6B6B. Windows color (decimal): -8819647 or 4287609. OLE color: 4287609.
HSL color Cylindrical-coordinate representation of color #796C41: hue angle of 46.07º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #796C41 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 108 | 65 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.53 |
| HSL | 46.07º | 0.3% | 0.36% | - |
| HSV(B) | 46.07º | 0.46% | 0.47% | - |
| XYZ | 14.2 | 15.17 | 7.18 | - |
| YUV | 106.99 | 104.31 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 108 | 65 | 0 | 0.11 | 0.46 | 0.53 | 46.07 | 0.3 | 0.36 |
| Hex | 79 | 6C | 41 | 0 | B | 2E | 35 | 2E | 1E | 24 |
| Octal | 171 | 154 | 101 | 0 | 13 | 56 | 65 | 56 | 36 | 44 |
| Binary | 1111001 | 1101100 | 1000001 | 0 | 1011 | 101110 | 110101 | 101110 | 11110 | 100100 |
Color Harmonies of #796C41
Complementary color
Monochromatic Colors of #796C41
Black with #796C41
Text Example
Text Example
White with #796C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796C41; }
p { color: rgb(121,108,65); }
H1.HeaderClassName
{
color: #796C41;
}
.AnyTagClassName
{
color: #796C41;
}
</style>
background-color css
<style>
a { background-color: #796C41; }
a { background-color: rgb(121,108,65); }
div.DivClassName
{
background-color: #796C41;
}
.BgClassName
{
background-color: #796C41;
}
</style>
border-color css
<style>
span { border-color: #796C41; }
span { border-color: rgb(121,108,65); }
td.TdClassName
{
border-color: #796C41;
}
.TagClassName
{
border-color: #796C41;
}
</style>