Shades of Crocodile #716C4B
Tints of Crocodile #716C4B
RGB
CMYK
RGB Variations
Color information
#716C4B (or 0x716C4B) is known color: Crocodile. HEX triplet: 71, 6C and 4B. RGB value is (113,108,75). Sum of RGB (Red+Green+Blue) = 113+108+75=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 108 (42.58% from 255 or 36.49% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 113 - color contains mainly: red. Hex color #716C4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716C4B is #8E93B4. Grayscale: #696969. Windows color (decimal): -9343925 or 4942961. OLE color: 4942961.
HSL color Cylindrical-coordinate representation of color #716C4B: hue angle of 52.11º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #716C4B is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 108 | 75 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.56 |
| HSL | 52.11º | 0.2% | 0.37% | - |
| HSV(B) | 52.11º | 0.34% | 0.44% | - |
| XYZ | 13.44 | 14.74 | 8.79 | - |
| YUV | 105.73 | 110.66 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 108 | 75 | 0 | 0.04 | 0.34 | 0.56 | 52.11 | 0.2 | 0.37 |
| Hex | 71 | 6C | 4B | 0 | 4 | 22 | 38 | 34 | 14 | 25 |
| Octal | 161 | 154 | 113 | 0 | 4 | 42 | 70 | 64 | 24 | 45 |
| Binary | 1110001 | 1101100 | 1001011 | 0 | 100 | 100010 | 111000 | 110100 | 10100 | 100101 |
Color Harmonies of #716C4B
Complementary color
Monochromatic Colors of #716C4B
Black with #716C4B
Text Example
Text Example
White with #716C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716C4B; }
p { color: rgb(113,108,75); }
H1.HeaderClassName
{
color: #716C4B;
}
.AnyTagClassName
{
color: #716C4B;
}
</style>
background-color css
<style>
a { background-color: #716C4B; }
a { background-color: rgb(113,108,75); }
div.DivClassName
{
background-color: #716C4B;
}
.BgClassName
{
background-color: #716C4B;
}
</style>
border-color css
<style>
span { border-color: #716C4B; }
span { border-color: rgb(113,108,75); }
td.TdClassName
{
border-color: #716C4B;
}
.TagClassName
{
border-color: #716C4B;
}
</style>