Shades of Crocodile #706849
Tints of Crocodile #706849
RGB
CMYK
RGB Variations
Color information
#706849 (or 0x706849) is known color: Crocodile. HEX triplet: 70, 68 and 49. RGB value is (112,104,73). Sum of RGB (Red+Green+Blue) = 112+104+73=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 112 - color contains mainly: red. Hex color #706849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706849 is #8F97B6. Grayscale: #666666. Windows color (decimal): -9410487 or 4810864. OLE color: 4810864.
HSL color Cylindrical-coordinate representation of color #706849: hue angle of 47.69º 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 #706849 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 104 | 73 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.56 |
| HSL | 47.69º | 0.21% | 0.36% | - |
| HSV(B) | 47.69º | 0.35% | 0.44% | - |
| XYZ | 12.84 | 13.83 | 8.3 | - |
| YUV | 102.86 | 111.15 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 104 | 73 | 0 | 0.07 | 0.35 | 0.56 | 47.69 | 0.21 | 0.36 |
| Hex | 70 | 68 | 49 | 0 | 7 | 23 | 38 | 30 | 15 | 24 |
| Octal | 160 | 150 | 111 | 0 | 7 | 43 | 70 | 60 | 25 | 44 |
| Binary | 1110000 | 1101000 | 1001001 | 0 | 111 | 100011 | 111000 | 110000 | 10101 | 100100 |
Color Harmonies of #706849
Complementary color
Monochromatic Colors of #706849
Black with #706849
Text Example
Text Example
White with #706849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706849; }
p { color: rgb(112,104,73); }
H1.HeaderClassName
{
color: #706849;
}
.AnyTagClassName
{
color: #706849;
}
</style>
background-color css
<style>
a { background-color: #706849; }
a { background-color: rgb(112,104,73); }
div.DivClassName
{
background-color: #706849;
}
.BgClassName
{
background-color: #706849;
}
</style>
border-color css
<style>
span { border-color: #706849; }
span { border-color: rgb(112,104,73); }
td.TdClassName
{
border-color: #706849;
}
.TagClassName
{
border-color: #706849;
}
</style>