Shades of Crocodile #706747
Tints of Crocodile #706747
RGB
CMYK
RGB Variations
Color information
#706747 (or 0x706747) is known color: Crocodile. HEX triplet: 70, 67 and 47. RGB value is (112,103,71). Sum of RGB (Red+Green+Blue) = 112+103+71=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 112 - color contains mainly: red. Hex color #706747 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706747 is #8F98B8. Grayscale: #666666. Windows color (decimal): -9410745 or 4679536. OLE color: 4679536.
HSL color Cylindrical-coordinate representation of color #706747: hue angle of 46.83º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #706747 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 103 | 71 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.56 |
| HSL | 46.83º | 0.22% | 0.36% | - |
| HSV(B) | 46.83º | 0.37% | 0.44% | - |
| XYZ | 12.67 | 13.6 | 7.92 | - |
| YUV | 102.04 | 110.48 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 103 | 71 | 0 | 0.08 | 0.37 | 0.56 | 46.83 | 0.22 | 0.36 |
| Hex | 70 | 67 | 47 | 0 | 8 | 25 | 38 | 2F | 16 | 24 |
| Octal | 160 | 147 | 107 | 0 | 10 | 45 | 70 | 57 | 26 | 44 |
| Binary | 1110000 | 1100111 | 1000111 | 0 | 1000 | 100101 | 111000 | 101111 | 10110 | 100100 |
Color Harmonies of #706747
Complementary color
Monochromatic Colors of #706747
Black with #706747
Text Example
Text Example
White with #706747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706747; }
p { color: rgb(112,103,71); }
H1.HeaderClassName
{
color: #706747;
}
.AnyTagClassName
{
color: #706747;
}
</style>
background-color css
<style>
a { background-color: #706747; }
a { background-color: rgb(112,103,71); }
div.DivClassName
{
background-color: #706747;
}
.BgClassName
{
background-color: #706747;
}
</style>
border-color css
<style>
span { border-color: #706747; }
span { border-color: rgb(112,103,71); }
td.TdClassName
{
border-color: #706747;
}
.TagClassName
{
border-color: #706747;
}
</style>