Shades of Crocodile #716E51
Tints of Crocodile #716E51
RGB
CMYK
RGB Variations
Color information
#716E51 (or 0x716E51) is known color: Crocodile. HEX triplet: 71, 6E and 51. RGB value is (113,110,81). Sum of RGB (Red+Green+Blue) = 113+110+81=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 81 (32.03% from 255 or 26.64% from 304); Max value from RGB is 113 - color contains mainly: red. Hex color #716E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716E51 is #8E91AE. Grayscale: #6B6B6B. Windows color (decimal): -9343407 or 5336689. OLE color: 5336689.
HSL color Cylindrical-coordinate representation of color #716E51: hue angle of 54.38º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #716E51 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 110 | 81 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.56 |
| HSL | 54.38º | 0.16% | 0.38% | - |
| HSV(B) | 54.38º | 0.28% | 0.44% | - |
| XYZ | 13.87 | 15.26 | 10 | - |
| YUV | 107.59 | 112.99 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 110 | 81 | 0 | 0.03 | 0.28 | 0.56 | 54.38 | 0.16 | 0.38 |
| Hex | 71 | 6E | 51 | 0 | 3 | 1C | 38 | 36 | 10 | 26 |
| Octal | 161 | 156 | 121 | 0 | 3 | 34 | 70 | 66 | 20 | 46 |
| Binary | 1110001 | 1101110 | 1010001 | 0 | 11 | 11100 | 111000 | 110110 | 10000 | 100110 |
Color Harmonies of #716E51
Complementary color
Monochromatic Colors of #716E51
Black with #716E51
Text Example
Text Example
White with #716E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716E51; }
p { color: rgb(113,110,81); }
H1.HeaderClassName
{
color: #716E51;
}
.AnyTagClassName
{
color: #716E51;
}
</style>
background-color css
<style>
a { background-color: #716E51; }
a { background-color: rgb(113,110,81); }
div.DivClassName
{
background-color: #716E51;
}
.BgClassName
{
background-color: #716E51;
}
</style>
border-color css
<style>
span { border-color: #716E51; }
span { border-color: rgb(113,110,81); }
td.TdClassName
{
border-color: #716E51;
}
.TagClassName
{
border-color: #716E51;
}
</style>