Shades of Crocodile #706A46
Tints of Crocodile #706A46
RGB
CMYK
RGB Variations
Color information
#706A46 (or 0x706A46) is known color: Crocodile. HEX triplet: 70, 6A and 46. RGB value is (112,106,70). Sum of RGB (Red+Green+Blue) = 112+106+70=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 70 (27.73% from 255 or 24.31% from 288); Max value from RGB is 112 - color contains mainly: red. Hex color #706A46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706A46 is #8F95B9. Grayscale: #676767. Windows color (decimal): -9409978 or 4614768. OLE color: 4614768.
HSL color Cylindrical-coordinate representation of color #706A46: hue angle of 51.43º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #706A46 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 106 | 70 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.56 |
| HSL | 51.43º | 0.23% | 0.36% | - |
| HSV(B) | 51.43º | 0.38% | 0.44% | - |
| XYZ | 12.94 | 14.2 | 7.85 | - |
| YUV | 103.69 | 108.99 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 70 | 0 | 0.05 | 0.38 | 0.56 | 51.43 | 0.23 | 0.36 |
| Hex | 70 | 6A | 46 | 0 | 5 | 26 | 38 | 33 | 17 | 24 |
| Octal | 160 | 152 | 106 | 0 | 5 | 46 | 70 | 63 | 27 | 44 |
| Binary | 1110000 | 1101010 | 1000110 | 0 | 101 | 100110 | 111000 | 110011 | 10111 | 100100 |
Color Harmonies of #706A46
Complementary color
Monochromatic Colors of #706A46
Black with #706A46
Text Example
Text Example
White with #706A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706A46; }
p { color: rgb(112,106,70); }
H1.HeaderClassName
{
color: #706A46;
}
.AnyTagClassName
{
color: #706A46;
}
</style>
background-color css
<style>
a { background-color: #706A46; }
a { background-color: rgb(112,106,70); }
div.DivClassName
{
background-color: #706A46;
}
.BgClassName
{
background-color: #706A46;
}
</style>
border-color css
<style>
span { border-color: #706A46; }
span { border-color: rgb(112,106,70); }
td.TdClassName
{
border-color: #706A46;
}
.TagClassName
{
border-color: #706A46;
}
</style>