Shades of Crocodile #706D53
Tints of Crocodile #706D53
RGB
CMYK
RGB Variations
Color information
#706D53 (or 0x706D53) is known color: Crocodile. HEX triplet: 70, 6D and 53. RGB value is (112,109,83). Sum of RGB (Red+Green+Blue) = 112+109+83=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 83 (32.81% from 255 or 27.30% from 304); Max value from RGB is 112 - color contains mainly: red. Hex color #706D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706D53 is #8F92AC. Grayscale: #6B6B6B. Windows color (decimal): -9409197 or 5467504. OLE color: 5467504.
HSL color Cylindrical-coordinate representation of color #706D53: hue angle of 53.79º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #706D53 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 109 | 83 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.56 |
| HSL | 53.79º | 0.15% | 0.38% | - |
| HSV(B) | 53.79º | 0.26% | 0.44% | - |
| XYZ | 13.71 | 15.01 | 10.36 | - |
| YUV | 106.93 | 114.49 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 83 | 0 | 0.03 | 0.26 | 0.56 | 53.79 | 0.15 | 0.38 |
| Hex | 70 | 6D | 53 | 0 | 3 | 1A | 38 | 36 | F | 26 |
| Octal | 160 | 155 | 123 | 0 | 3 | 32 | 70 | 66 | 17 | 46 |
| Binary | 1110000 | 1101101 | 1010011 | 0 | 11 | 11010 | 111000 | 110110 | 1111 | 100110 |
Color Harmonies of #706D53
Complementary color
Monochromatic Colors of #706D53
Black with #706D53
Text Example
Text Example
White with #706D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706D53; }
p { color: rgb(112,109,83); }
H1.HeaderClassName
{
color: #706D53;
}
.AnyTagClassName
{
color: #706D53;
}
</style>
background-color css
<style>
a { background-color: #706D53; }
a { background-color: rgb(112,109,83); }
div.DivClassName
{
background-color: #706D53;
}
.BgClassName
{
background-color: #706D53;
}
</style>
border-color css
<style>
span { border-color: #706D53; }
span { border-color: rgb(112,109,83); }
td.TdClassName
{
border-color: #706D53;
}
.TagClassName
{
border-color: #706D53;
}
</style>