Shades of Crocodile #716B49
Tints of Crocodile #716B49
RGB
CMYK
RGB Variations
Color information
#716B49 (or 0x716B49) is known color: Crocodile. HEX triplet: 71, 6B and 49. RGB value is (113,107,73). Sum of RGB (Red+Green+Blue) = 113+107+73=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 107 (42.19% from 255 or 36.52% from 293); Blue value is 73 (28.91% from 255 or 24.91% from 293); Max value from RGB is 113 - color contains mainly: red. Hex color #716B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716B49 is #8E94B6. Grayscale: #696969. Windows color (decimal): -9344183 or 4811633. OLE color: 4811633.
HSL color Cylindrical-coordinate representation of color #716B49: hue angle of 51º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #716B49 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 107 | 73 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.56 |
| HSL | 51º | 0.22% | 0.36% | - |
| HSV(B) | 51º | 0.35% | 0.44% | - |
| XYZ | 13.27 | 14.51 | 8.4 | - |
| YUV | 104.92 | 109.99 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 107 | 73 | 0 | 0.05 | 0.35 | 0.56 | 51 | 0.22 | 0.36 |
| Hex | 71 | 6B | 49 | 0 | 5 | 23 | 38 | 33 | 16 | 24 |
| Octal | 161 | 153 | 111 | 0 | 5 | 43 | 70 | 63 | 26 | 44 |
| Binary | 1110001 | 1101011 | 1001001 | 0 | 101 | 100011 | 111000 | 110011 | 10110 | 100100 |
Color Harmonies of #716B49
Complementary color
Monochromatic Colors of #716B49
Black with #716B49
Text Example
Text Example
White with #716B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716B49; }
p { color: rgb(113,107,73); }
H1.HeaderClassName
{
color: #716B49;
}
.AnyTagClassName
{
color: #716B49;
}
</style>
background-color css
<style>
a { background-color: #716B49; }
a { background-color: rgb(113,107,73); }
div.DivClassName
{
background-color: #716B49;
}
.BgClassName
{
background-color: #716B49;
}
</style>
border-color css
<style>
span { border-color: #716B49; }
span { border-color: rgb(113,107,73); }
td.TdClassName
{
border-color: #716B49;
}
.TagClassName
{
border-color: #716B49;
}
</style>