Shades of Crocodile #706D51
Tints of Crocodile #706D51
RGB
CMYK
RGB Variations
Color information
#706D51 (or 0x706D51) is known color: Crocodile. HEX triplet: 70, 6D and 51. RGB value is (112,109,81). Sum of RGB (Red+Green+Blue) = 112+109+81=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 109 (42.97% from 255 or 36.09% from 302); Blue value is 81 (32.03% from 255 or 26.82% from 302); Max value from RGB is 112 - color contains mainly: red. Hex color #706D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706D51 is #8F92AE. Grayscale: #6A6A6A. Windows color (decimal): -9409199 or 5336432. OLE color: 5336432.
HSL color Cylindrical-coordinate representation of color #706D51: hue angle of 54.19º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #706D51 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 109 | 81 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.56 |
| HSL | 54.19º | 0.16% | 0.38% | - |
| HSV(B) | 54.19º | 0.28% | 0.44% | - |
| XYZ | 13.64 | 14.98 | 9.96 | - |
| YUV | 106.71 | 113.49 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 81 | 0 | 0.03 | 0.28 | 0.56 | 54.19 | 0.16 | 0.38 |
| Hex | 70 | 6D | 51 | 0 | 3 | 1C | 38 | 36 | 10 | 26 |
| Octal | 160 | 155 | 121 | 0 | 3 | 34 | 70 | 66 | 20 | 46 |
| Binary | 1110000 | 1101101 | 1010001 | 0 | 11 | 11100 | 111000 | 110110 | 10000 | 100110 |
Color Harmonies of #706D51
Complementary color
Monochromatic Colors of #706D51
Black with #706D51
Text Example
Text Example
White with #706D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706D51; }
p { color: rgb(112,109,81); }
H1.HeaderClassName
{
color: #706D51;
}
.AnyTagClassName
{
color: #706D51;
}
</style>
background-color css
<style>
a { background-color: #706D51; }
a { background-color: rgb(112,109,81); }
div.DivClassName
{
background-color: #706D51;
}
.BgClassName
{
background-color: #706D51;
}
</style>
border-color css
<style>
span { border-color: #706D51; }
span { border-color: rgb(112,109,81); }
td.TdClassName
{
border-color: #706D51;
}
.TagClassName
{
border-color: #706D51;
}
</style>