Shades of Crocodile #706845
Tints of Crocodile #706845
RGB
CMYK
RGB Variations
Color information
#706845 (or 0x706845) is known color: Crocodile. HEX triplet: 70, 68 and 45. RGB value is (112,104,69). Sum of RGB (Red+Green+Blue) = 112+104+69=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 112 - color contains mainly: red. Hex color #706845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706845 is #8F97BA. Grayscale: #666666. Windows color (decimal): -9410491 or 4548720. OLE color: 4548720.
HSL color Cylindrical-coordinate representation of color #706845: hue angle of 48.84º 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 #706845 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 104 | 69 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.56 |
| HSL | 48.84º | 0.24% | 0.35% | - |
| HSV(B) | 48.84º | 0.38% | 0.44% | - |
| XYZ | 12.71 | 13.78 | 7.62 | - |
| YUV | 102.4 | 109.15 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 104 | 69 | 0 | 0.07 | 0.38 | 0.56 | 48.84 | 0.24 | 0.35 |
| Hex | 70 | 68 | 45 | 0 | 7 | 26 | 38 | 31 | 18 | 23 |
| Octal | 160 | 150 | 105 | 0 | 7 | 46 | 70 | 61 | 30 | 43 |
| Binary | 1110000 | 1101000 | 1000101 | 0 | 111 | 100110 | 111000 | 110001 | 11000 | 100011 |
Color Harmonies of #706845
Complementary color
Monochromatic Colors of #706845
Black with #706845
Text Example
Text Example
White with #706845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706845; }
p { color: rgb(112,104,69); }
H1.HeaderClassName
{
color: #706845;
}
.AnyTagClassName
{
color: #706845;
}
</style>
background-color css
<style>
a { background-color: #706845; }
a { background-color: rgb(112,104,69); }
div.DivClassName
{
background-color: #706845;
}
.BgClassName
{
background-color: #706845;
}
</style>
border-color css
<style>
span { border-color: #706845; }
span { border-color: rgb(112,104,69); }
td.TdClassName
{
border-color: #706845;
}
.TagClassName
{
border-color: #706845;
}
</style>