Shades of Crocodile #716A51
Tints of Crocodile #716A51
RGB
CMYK
RGB Variations
Color information
#716A51 (or 0x716A51) is known color: Crocodile. HEX triplet: 71, 6A and 51. RGB value is (113,106,81). Sum of RGB (Red+Green+Blue) = 113+106+81=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 106 (41.80% from 255 or 35.33% from 300); Blue value is 81 (32.03% from 255 or 27% from 300); Max value from RGB is 113 - color contains mainly: red. Hex color #716A51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716A51 is #8E95AE. Grayscale: #696969. Windows color (decimal): -9344431 or 5335665. OLE color: 5335665.
HSL color Cylindrical-coordinate representation of color #716A51: hue angle of 46.88º 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 #716A51 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 106 | 81 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.56 |
| HSL | 46.88º | 0.16% | 0.38% | - |
| HSV(B) | 46.88º | 0.28% | 0.44% | - |
| XYZ | 13.45 | 14.41 | 9.86 | - |
| YUV | 105.24 | 114.32 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 106 | 81 | 0 | 0.06 | 0.28 | 0.56 | 46.88 | 0.16 | 0.38 |
| Hex | 71 | 6A | 51 | 0 | 6 | 1C | 38 | 2F | 10 | 26 |
| Octal | 161 | 152 | 121 | 0 | 6 | 34 | 70 | 57 | 20 | 46 |
| Binary | 1110001 | 1101010 | 1010001 | 0 | 110 | 11100 | 111000 | 101111 | 10000 | 100110 |
Color Harmonies of #716A51
Complementary color
Monochromatic Colors of #716A51
Black with #716A51
Text Example
Text Example
White with #716A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716A51; }
p { color: rgb(113,106,81); }
H1.HeaderClassName
{
color: #716A51;
}
.AnyTagClassName
{
color: #716A51;
}
</style>
background-color css
<style>
a { background-color: #716A51; }
a { background-color: rgb(113,106,81); }
div.DivClassName
{
background-color: #716A51;
}
.BgClassName
{
background-color: #716A51;
}
</style>
border-color css
<style>
span { border-color: #716A51; }
span { border-color: rgb(113,106,81); }
td.TdClassName
{
border-color: #716A51;
}
.TagClassName
{
border-color: #716A51;
}
</style>