Shades of Crocodile #706949
Tints of Crocodile #706949
RGB
CMYK
RGB Variations
Color information
#706949 (or 0x706949) is known color: Crocodile. HEX triplet: 70, 69 and 49. RGB value is (112,105,73). Sum of RGB (Red+Green+Blue) = 112+105+73=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 73 (28.91% from 255 or 25.17% from 290); Max value from RGB is 112 - color contains mainly: red. Hex color #706949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706949 is #8F96B6. Grayscale: #676767. Windows color (decimal): -9410231 or 4811120. OLE color: 4811120.
HSL color Cylindrical-coordinate representation of color #706949: hue angle of 49.23º 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 #706949 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 105 | 73 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.56 |
| HSL | 49.23º | 0.21% | 0.36% | - |
| HSV(B) | 49.23º | 0.35% | 0.44% | - |
| XYZ | 12.94 | 14.03 | 8.33 | - |
| YUV | 103.45 | 110.82 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 105 | 73 | 0 | 0.06 | 0.35 | 0.56 | 49.23 | 0.21 | 0.36 |
| Hex | 70 | 69 | 49 | 0 | 6 | 23 | 38 | 31 | 15 | 24 |
| Octal | 160 | 151 | 111 | 0 | 6 | 43 | 70 | 61 | 25 | 44 |
| Binary | 1110000 | 1101001 | 1001001 | 0 | 110 | 100011 | 111000 | 110001 | 10101 | 100100 |
Color Harmonies of #706949
Complementary color
Monochromatic Colors of #706949
Black with #706949
Text Example
Text Example
White with #706949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706949; }
p { color: rgb(112,105,73); }
H1.HeaderClassName
{
color: #706949;
}
.AnyTagClassName
{
color: #706949;
}
</style>
background-color css
<style>
a { background-color: #706949; }
a { background-color: rgb(112,105,73); }
div.DivClassName
{
background-color: #706949;
}
.BgClassName
{
background-color: #706949;
}
</style>
border-color css
<style>
span { border-color: #706949; }
span { border-color: rgb(112,105,73); }
td.TdClassName
{
border-color: #706949;
}
.TagClassName
{
border-color: #706949;
}
</style>