Shades of Crocodile #716D51
Tints of Crocodile #716D51
RGB
CMYK
RGB Variations
Color information
#716D51 (or 0x716D51) is known color: Crocodile. HEX triplet: 71, 6D and 51. RGB value is (113,109,81). Sum of RGB (Red+Green+Blue) = 113+109+81=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 81 (32.03% from 255 or 26.73% from 303); Max value from RGB is 113 - color contains mainly: red. Hex color #716D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716D51 is #8E92AE. Grayscale: #6B6B6B. Windows color (decimal): -9343663 or 5336433. OLE color: 5336433.
HSL color Cylindrical-coordinate representation of color #716D51: hue angle of 52.5º 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 #716D51 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 109 | 81 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.56 |
| HSL | 52.5º | 0.16% | 0.38% | - |
| HSV(B) | 52.5º | 0.28% | 0.44% | - |
| XYZ | 13.76 | 15.04 | 9.96 | - |
| YUV | 107 | 113.33 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 109 | 81 | 0 | 0.04 | 0.28 | 0.56 | 52.5 | 0.16 | 0.38 |
| Hex | 71 | 6D | 51 | 0 | 4 | 1C | 38 | 34 | 10 | 26 |
| Octal | 161 | 155 | 121 | 0 | 4 | 34 | 70 | 64 | 20 | 46 |
| Binary | 1110001 | 1101101 | 1010001 | 0 | 100 | 11100 | 111000 | 110100 | 10000 | 100110 |
Color Harmonies of #716D51
Complementary color
Monochromatic Colors of #716D51
Black with #716D51
Text Example
Text Example
White with #716D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716D51; }
p { color: rgb(113,109,81); }
H1.HeaderClassName
{
color: #716D51;
}
.AnyTagClassName
{
color: #716D51;
}
</style>
background-color css
<style>
a { background-color: #716D51; }
a { background-color: rgb(113,109,81); }
div.DivClassName
{
background-color: #716D51;
}
.BgClassName
{
background-color: #716D51;
}
</style>
border-color css
<style>
span { border-color: #716D51; }
span { border-color: rgb(113,109,81); }
td.TdClassName
{
border-color: #716D51;
}
.TagClassName
{
border-color: #716D51;
}
</style>