Shades of Crocodile #716C56
Tints of Crocodile #716C56
RGB
CMYK
RGB Variations
Color information
#716C56 (or 0x716C56) is known color: Crocodile. HEX triplet: 71, 6C and 56. RGB value is (113,108,86). Sum of RGB (Red+Green+Blue) = 113+108+86=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 86 (33.98% from 255 or 28.01% from 307); Max value from RGB is 113 - color contains mainly: red. Hex color #716C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716C56 is #8E93A9. Grayscale: #6B6B6B. Windows color (decimal): -9343914 or 5663857. OLE color: 5663857.
HSL color Cylindrical-coordinate representation of color #716C56: hue angle of 48.89º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #716C56 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 108 | 86 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.56 |
| HSL | 48.89º | 0.14% | 0.39% | - |
| HSV(B) | 48.89º | 0.24% | 0.44% | - |
| XYZ | 13.85 | 14.91 | 10.95 | - |
| YUV | 106.99 | 116.16 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 108 | 86 | 0 | 0.04 | 0.24 | 0.56 | 48.89 | 0.14 | 0.39 |
| Hex | 71 | 6C | 56 | 0 | 4 | 18 | 38 | 31 | E | 27 |
| Octal | 161 | 154 | 126 | 0 | 4 | 30 | 70 | 61 | 16 | 47 |
| Binary | 1110001 | 1101100 | 1010110 | 0 | 100 | 11000 | 111000 | 110001 | 1110 | 100111 |
Color Harmonies of #716C56
Complementary color
Monochromatic Colors of #716C56
Black with #716C56
Text Example
Text Example
White with #716C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716C56; }
p { color: rgb(113,108,86); }
H1.HeaderClassName
{
color: #716C56;
}
.AnyTagClassName
{
color: #716C56;
}
</style>
background-color css
<style>
a { background-color: #716C56; }
a { background-color: rgb(113,108,86); }
div.DivClassName
{
background-color: #716C56;
}
.BgClassName
{
background-color: #716C56;
}
</style>
border-color css
<style>
span { border-color: #716C56; }
span { border-color: rgb(113,108,86); }
td.TdClassName
{
border-color: #716C56;
}
.TagClassName
{
border-color: #716C56;
}
</style>