Shades of Crocodile #706A56
Tints of Crocodile #706A56
RGB
CMYK
RGB Variations
Color information
#706A56 (or 0x706A56) is known color: Crocodile. HEX triplet: 70, 6A and 56. RGB value is (112,106,86). Sum of RGB (Red+Green+Blue) = 112+106+86=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 106 (41.80% from 255 or 34.87% from 304); Blue value is 86 (33.98% from 255 or 28.29% from 304); Max value from RGB is 112 - color contains mainly: red. Hex color #706A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706A56 is #8F95A9. Grayscale: #696969. Windows color (decimal): -9409962 or 5663344. OLE color: 5663344.
HSL color Cylindrical-coordinate representation of color #706A56: hue angle of 46.15º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #706A56 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 106 | 86 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.56 |
| HSL | 46.15º | 0.13% | 0.39% | - |
| HSV(B) | 46.15º | 0.23% | 0.44% | - |
| XYZ | 13.52 | 14.42 | 10.88 | - |
| YUV | 105.51 | 116.99 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 86 | 0 | 0.05 | 0.23 | 0.56 | 46.15 | 0.13 | 0.39 |
| Hex | 70 | 6A | 56 | 0 | 5 | 17 | 38 | 2E | D | 27 |
| Octal | 160 | 152 | 126 | 0 | 5 | 27 | 70 | 56 | 15 | 47 |
| Binary | 1110000 | 1101010 | 1010110 | 0 | 101 | 10111 | 111000 | 101110 | 1101 | 100111 |
Color Harmonies of #706A56
Complementary color
Monochromatic Colors of #706A56
Black with #706A56
Text Example
Text Example
White with #706A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706A56; }
p { color: rgb(112,106,86); }
H1.HeaderClassName
{
color: #706A56;
}
.AnyTagClassName
{
color: #706A56;
}
</style>
background-color css
<style>
a { background-color: #706A56; }
a { background-color: rgb(112,106,86); }
div.DivClassName
{
background-color: #706A56;
}
.BgClassName
{
background-color: #706A56;
}
</style>
border-color css
<style>
span { border-color: #706A56; }
span { border-color: rgb(112,106,86); }
td.TdClassName
{
border-color: #706A56;
}
.TagClassName
{
border-color: #706A56;
}
</style>