Shades of Crocodile #706A59
Tints of Crocodile #706A59
RGB
CMYK
RGB Variations
Color information
#706A59 (or 0x706A59) is known color: Crocodile. HEX triplet: 70, 6A and 59. RGB value is (112,106,89). Sum of RGB (Red+Green+Blue) = 112+106+89=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 106 (41.80% from 255 or 34.53% from 307); Blue value is 89 (35.16% from 255 or 28.99% from 307); Max value from RGB is 112 - color contains mainly: red. Hex color #706A59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706A59 is #8F95A6. Grayscale: #696969. Windows color (decimal): -9409959 or 5859952. OLE color: 5859952.
HSL color Cylindrical-coordinate representation of color #706A59: hue angle of 44.35º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #706A59 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 106 | 89 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.56 |
| HSL | 44.35º | 0.11% | 0.39% | - |
| HSV(B) | 44.35º | 0.21% | 0.44% | - |
| XYZ | 13.64 | 14.47 | 11.53 | - |
| YUV | 105.86 | 118.49 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 89 | 0 | 0.05 | 0.21 | 0.56 | 44.35 | 0.11 | 0.39 |
| Hex | 70 | 6A | 59 | 0 | 5 | 15 | 38 | 2C | B | 27 |
| Octal | 160 | 152 | 131 | 0 | 5 | 25 | 70 | 54 | 13 | 47 |
| Binary | 1110000 | 1101010 | 1011001 | 0 | 101 | 10101 | 111000 | 101100 | 1011 | 100111 |
Color Harmonies of #706A59
Complementary color
Monochromatic Colors of #706A59
Black with #706A59
Text Example
Text Example
White with #706A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706A59; }
p { color: rgb(112,106,89); }
H1.HeaderClassName
{
color: #706A59;
}
.AnyTagClassName
{
color: #706A59;
}
</style>
background-color css
<style>
a { background-color: #706A59; }
a { background-color: rgb(112,106,89); }
div.DivClassName
{
background-color: #706A59;
}
.BgClassName
{
background-color: #706A59;
}
</style>
border-color css
<style>
span { border-color: #706A59; }
span { border-color: rgb(112,106,89); }
td.TdClassName
{
border-color: #706A59;
}
.TagClassName
{
border-color: #706A59;
}
</style>