Shades of Crocodile #706945
Tints of Crocodile #706945
RGB
CMYK
RGB Variations
Color information
#706945 (or 0x706945) is known color: Crocodile. HEX triplet: 70, 69 and 45. RGB value is (112,105,69). Sum of RGB (Red+Green+Blue) = 112+105+69=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 105 (41.41% from 255 or 36.71% from 286); Blue value is 69 (27.34% from 255 or 24.13% from 286); Max value from RGB is 112 - color contains mainly: red. Hex color #706945 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706945 is #8F96BA. Grayscale: #676767. Windows color (decimal): -9410235 or 4548976. OLE color: 4548976.
HSL color Cylindrical-coordinate representation of color #706945: hue angle of 50.23º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #706945 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 105 | 69 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.56 |
| HSL | 50.23º | 0.24% | 0.35% | - |
| HSV(B) | 50.23º | 0.38% | 0.44% | - |
| XYZ | 12.81 | 13.98 | 7.65 | - |
| YUV | 102.99 | 108.82 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 105 | 69 | 0 | 0.06 | 0.38 | 0.56 | 50.23 | 0.24 | 0.35 |
| Hex | 70 | 69 | 45 | 0 | 6 | 26 | 38 | 32 | 18 | 23 |
| Octal | 160 | 151 | 105 | 0 | 6 | 46 | 70 | 62 | 30 | 43 |
| Binary | 1110000 | 1101001 | 1000101 | 0 | 110 | 100110 | 111000 | 110010 | 11000 | 100011 |
Color Harmonies of #706945
Complementary color
Monochromatic Colors of #706945
Black with #706945
Text Example
Text Example
White with #706945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706945; }
p { color: rgb(112,105,69); }
H1.HeaderClassName
{
color: #706945;
}
.AnyTagClassName
{
color: #706945;
}
</style>
background-color css
<style>
a { background-color: #706945; }
a { background-color: rgb(112,105,69); }
div.DivClassName
{
background-color: #706945;
}
.BgClassName
{
background-color: #706945;
}
</style>
border-color css
<style>
span { border-color: #706945; }
span { border-color: rgb(112,105,69); }
td.TdClassName
{
border-color: #706945;
}
.TagClassName
{
border-color: #706945;
}
</style>