Shades of Crocodile #706A45
Tints of Crocodile #706A45
RGB
CMYK
RGB Variations
Color information
#706A45 (or 0x706A45) is known color: Crocodile. HEX triplet: 70, 6A and 45. RGB value is (112,106,69). Sum of RGB (Red+Green+Blue) = 112+106+69=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 69 (27.34% from 255 or 24.04% from 287); Max value from RGB is 112 - color contains mainly: red. Hex color #706A45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706A45 is #8F95BA. Grayscale: #676767. Windows color (decimal): -9409979 or 4549232. OLE color: 4549232.
HSL color Cylindrical-coordinate representation of color #706A45: hue angle of 51.63º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #706A45 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 106 | 69 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.56 |
| HSL | 51.63º | 0.24% | 0.35% | - |
| HSV(B) | 51.63º | 0.38% | 0.44% | - |
| XYZ | 12.91 | 14.18 | 7.69 | - |
| YUV | 103.58 | 108.49 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 69 | 0 | 0.05 | 0.38 | 0.56 | 51.63 | 0.24 | 0.35 |
| Hex | 70 | 6A | 45 | 0 | 5 | 26 | 38 | 34 | 18 | 23 |
| Octal | 160 | 152 | 105 | 0 | 5 | 46 | 70 | 64 | 30 | 43 |
| Binary | 1110000 | 1101010 | 1000101 | 0 | 101 | 100110 | 111000 | 110100 | 11000 | 100011 |
Color Harmonies of #706A45
Complementary color
Monochromatic Colors of #706A45
Black with #706A45
Text Example
Text Example
White with #706A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706A45; }
p { color: rgb(112,106,69); }
H1.HeaderClassName
{
color: #706A45;
}
.AnyTagClassName
{
color: #706A45;
}
</style>
background-color css
<style>
a { background-color: #706A45; }
a { background-color: rgb(112,106,69); }
div.DivClassName
{
background-color: #706A45;
}
.BgClassName
{
background-color: #706A45;
}
</style>
border-color css
<style>
span { border-color: #706A45; }
span { border-color: rgb(112,106,69); }
td.TdClassName
{
border-color: #706A45;
}
.TagClassName
{
border-color: #706A45;
}
</style>