Shades of Crocodile #706A49
Tints of Crocodile #706A49
RGB
CMYK
RGB Variations
Color information
#706A49 (or 0x706A49) is known color: Crocodile. HEX triplet: 70, 6A and 49. RGB value is (112,106,73). Sum of RGB (Red+Green+Blue) = 112+106+73=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 106 (41.80% from 255 or 36.43% from 291); Blue value is 73 (28.91% from 255 or 25.09% from 291); Max value from RGB is 112 - color contains mainly: red. Hex color #706A49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706A49 is #8F95B6. Grayscale: #686868. Windows color (decimal): -9409975 or 4811376. OLE color: 4811376.
HSL color Cylindrical-coordinate representation of color #706A49: hue angle of 50.77º 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 #706A49 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 106 | 73 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.56 |
| HSL | 50.77º | 0.21% | 0.36% | - |
| HSV(B) | 50.77º | 0.35% | 0.44% | - |
| XYZ | 13.04 | 14.23 | 8.36 | - |
| YUV | 104.03 | 110.49 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 73 | 0 | 0.05 | 0.35 | 0.56 | 50.77 | 0.21 | 0.36 |
| Hex | 70 | 6A | 49 | 0 | 5 | 23 | 38 | 33 | 15 | 24 |
| Octal | 160 | 152 | 111 | 0 | 5 | 43 | 70 | 63 | 25 | 44 |
| Binary | 1110000 | 1101010 | 1001001 | 0 | 101 | 100011 | 111000 | 110011 | 10101 | 100100 |
Color Harmonies of #706A49
Complementary color
Monochromatic Colors of #706A49
Black with #706A49
Text Example
Text Example
White with #706A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706A49; }
p { color: rgb(112,106,73); }
H1.HeaderClassName
{
color: #706A49;
}
.AnyTagClassName
{
color: #706A49;
}
</style>
background-color css
<style>
a { background-color: #706A49; }
a { background-color: rgb(112,106,73); }
div.DivClassName
{
background-color: #706A49;
}
.BgClassName
{
background-color: #706A49;
}
</style>
border-color css
<style>
span { border-color: #706A49; }
span { border-color: rgb(112,106,73); }
td.TdClassName
{
border-color: #706A49;
}
.TagClassName
{
border-color: #706A49;
}
</style>