Shades of Crocodile #706944
Tints of Crocodile #706944
RGB
CMYK
RGB Variations
Color information
#706944 (or 0x706944) is known color: Crocodile. HEX triplet: 70, 69 and 44. RGB value is (112,105,68). Sum of RGB (Red+Green+Blue) = 112+105+68=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 68 (26.95% from 255 or 23.86% from 285); Max value from RGB is 112 - color contains mainly: red. Hex color #706944 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706944 is #8F96BB. Grayscale: #676767. Windows color (decimal): -9410236 or 4483440. OLE color: 4483440.
HSL color Cylindrical-coordinate representation of color #706944: hue angle of 50.45º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #706944 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 105 | 68 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.56 |
| HSL | 50.45º | 0.24% | 0.35% | - |
| HSV(B) | 50.45º | 0.39% | 0.44% | - |
| XYZ | 12.78 | 13.97 | 7.49 | - |
| YUV | 102.88 | 108.32 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 105 | 68 | 0 | 0.06 | 0.39 | 0.56 | 50.45 | 0.24 | 0.35 |
| Hex | 70 | 69 | 44 | 0 | 6 | 27 | 38 | 32 | 18 | 23 |
| Octal | 160 | 151 | 104 | 0 | 6 | 47 | 70 | 62 | 30 | 43 |
| Binary | 1110000 | 1101001 | 1000100 | 0 | 110 | 100111 | 111000 | 110010 | 11000 | 100011 |
Color Harmonies of #706944
Complementary color
Monochromatic Colors of #706944
Black with #706944
Text Example
Text Example
White with #706944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706944; }
p { color: rgb(112,105,68); }
H1.HeaderClassName
{
color: #706944;
}
.AnyTagClassName
{
color: #706944;
}
</style>
background-color css
<style>
a { background-color: #706944; }
a { background-color: rgb(112,105,68); }
div.DivClassName
{
background-color: #706944;
}
.BgClassName
{
background-color: #706944;
}
</style>
border-color css
<style>
span { border-color: #706944; }
span { border-color: rgb(112,105,68); }
td.TdClassName
{
border-color: #706944;
}
.TagClassName
{
border-color: #706944;
}
</style>