Shades of Crocodile #716B53
Tints of Crocodile #716B53
RGB
CMYK
RGB Variations
Color information
#716B53 (or 0x716B53) is known color: Crocodile. HEX triplet: 71, 6B and 53. RGB value is (113,107,83). Sum of RGB (Red+Green+Blue) = 113+107+83=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 107 (42.19% from 255 or 35.31% from 303); Blue value is 83 (32.81% from 255 or 27.39% from 303); Max value from RGB is 113 - color contains mainly: red. Hex color #716B53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716B53 is #8E94AC. Grayscale: #6A6A6A. Windows color (decimal): -9344173 or 5466993. OLE color: 5466993.
HSL color Cylindrical-coordinate representation of color #716B53: hue angle of 48º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #716B53 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 107 | 83 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.56 |
| HSL | 48º | 0.15% | 0.38% | - |
| HSV(B) | 48º | 0.27% | 0.44% | - |
| XYZ | 13.63 | 14.65 | 10.29 | - |
| YUV | 106.06 | 114.99 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 107 | 83 | 0 | 0.05 | 0.27 | 0.56 | 48 | 0.15 | 0.38 |
| Hex | 71 | 6B | 53 | 0 | 5 | 1B | 38 | 30 | F | 26 |
| Octal | 161 | 153 | 123 | 0 | 5 | 33 | 70 | 60 | 17 | 46 |
| Binary | 1110001 | 1101011 | 1010011 | 0 | 101 | 11011 | 111000 | 110000 | 1111 | 100110 |
Color Harmonies of #716B53
Complementary color
Monochromatic Colors of #716B53
Black with #716B53
Text Example
Text Example
White with #716B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716B53; }
p { color: rgb(113,107,83); }
H1.HeaderClassName
{
color: #716B53;
}
.AnyTagClassName
{
color: #716B53;
}
</style>
background-color css
<style>
a { background-color: #716B53; }
a { background-color: rgb(113,107,83); }
div.DivClassName
{
background-color: #716B53;
}
.BgClassName
{
background-color: #716B53;
}
</style>
border-color css
<style>
span { border-color: #716B53; }
span { border-color: rgb(113,107,83); }
td.TdClassName
{
border-color: #716B53;
}
.TagClassName
{
border-color: #716B53;
}
</style>