Shades of Crocodile #706749
Tints of Crocodile #706749
RGB
CMYK
RGB Variations
Color information
#706749 (or 0x706749) is known color: Crocodile. HEX triplet: 70, 67 and 49. RGB value is (112,103,73). Sum of RGB (Red+Green+Blue) = 112+103+73=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 112 - color contains mainly: red. Hex color #706749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706749 is #8F98B6. Grayscale: #666666. Windows color (decimal): -9410743 or 4810608. OLE color: 4810608.
HSL color Cylindrical-coordinate representation of color #706749: hue angle of 46.15º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #706749 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 103 | 73 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.56 |
| HSL | 46.15º | 0.21% | 0.36% | - |
| HSV(B) | 46.15º | 0.35% | 0.44% | - |
| XYZ | 12.73 | 13.63 | 8.26 | - |
| YUV | 102.27 | 111.48 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 103 | 73 | 0 | 0.08 | 0.35 | 0.56 | 46.15 | 0.21 | 0.36 |
| Hex | 70 | 67 | 49 | 0 | 8 | 23 | 38 | 2E | 15 | 24 |
| Octal | 160 | 147 | 111 | 0 | 10 | 43 | 70 | 56 | 25 | 44 |
| Binary | 1110000 | 1100111 | 1001001 | 0 | 1000 | 100011 | 111000 | 101110 | 10101 | 100100 |
Color Harmonies of #706749
Complementary color
Monochromatic Colors of #706749
Black with #706749
Text Example
Text Example
White with #706749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706749; }
p { color: rgb(112,103,73); }
H1.HeaderClassName
{
color: #706749;
}
.AnyTagClassName
{
color: #706749;
}
</style>
background-color css
<style>
a { background-color: #706749; }
a { background-color: rgb(112,103,73); }
div.DivClassName
{
background-color: #706749;
}
.BgClassName
{
background-color: #706749;
}
</style>
border-color css
<style>
span { border-color: #706749; }
span { border-color: rgb(112,103,73); }
td.TdClassName
{
border-color: #706749;
}
.TagClassName
{
border-color: #706749;
}
</style>