Shades of Go Ben #716A45
Tints of Go Ben #716A45
RGB
CMYK
RGB Variations
Color information
#716A45 (or 0x716A45) is known color: Go Ben. HEX triplet: 71, 6A and 45. RGB value is (113,106,69). Sum of RGB (Red+Green+Blue) = 113+106+69=288 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.24% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 69 (27.34% from 255 or 23.96% from 288); Max value from RGB is 113 - color contains mainly: red. Hex color #716A45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716A45 is #8E95BA. Grayscale: #686868. Windows color (decimal): -9344443 or 4549233. OLE color: 4549233.
HSL color Cylindrical-coordinate representation of color #716A45: hue angle of 50.45º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #716A45 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 106 | 69 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.56 |
| HSL | 50.45º | 0.24% | 0.36% | - |
| HSV(B) | 50.45º | 0.39% | 0.44% | - |
| XYZ | 13.04 | 14.25 | 7.69 | - |
| YUV | 103.88 | 108.32 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 106 | 69 | 0 | 0.06 | 0.39 | 0.56 | 50.45 | 0.24 | 0.36 |
| Hex | 71 | 6A | 45 | 0 | 6 | 27 | 38 | 32 | 18 | 24 |
| Octal | 161 | 152 | 105 | 0 | 6 | 47 | 70 | 62 | 30 | 44 |
| Binary | 1110001 | 1101010 | 1000101 | 0 | 110 | 100111 | 111000 | 110010 | 11000 | 100100 |
Color Harmonies of #716A45
Complementary color
Monochromatic Colors of #716A45
Black with #716A45
Text Example
Text Example
White with #716A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716A45; }
p { color: rgb(113,106,69); }
H1.HeaderClassName
{
color: #716A45;
}
.AnyTagClassName
{
color: #716A45;
}
</style>
background-color css
<style>
a { background-color: #716A45; }
a { background-color: rgb(113,106,69); }
div.DivClassName
{
background-color: #716A45;
}
.BgClassName
{
background-color: #716A45;
}
</style>
border-color css
<style>
span { border-color: #716A45; }
span { border-color: rgb(113,106,69); }
td.TdClassName
{
border-color: #716A45;
}
.TagClassName
{
border-color: #716A45;
}
</style>