Shades of Crocodile #706A51
Tints of Crocodile #706A51
RGB
CMYK
RGB Variations
Color information
#706A51 (or 0x706A51) is known color: Crocodile. HEX triplet: 70, 6A and 51. RGB value is (112,106,81). Sum of RGB (Red+Green+Blue) = 112+106+81=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 81 (32.03% from 255 or 27.09% from 299); Max value from RGB is 112 - color contains mainly: red. Hex color #706A51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706A51 is #8F95AE. Grayscale: #696969. Windows color (decimal): -9409967 or 5335664. OLE color: 5335664.
HSL color Cylindrical-coordinate representation of color #706A51: hue angle of 48.39º 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 #706A51 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 106 | 81 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.56 |
| HSL | 48.39º | 0.16% | 0.38% | - |
| HSV(B) | 48.39º | 0.28% | 0.44% | - |
| XYZ | 13.32 | 14.35 | 9.85 | - |
| YUV | 104.94 | 114.49 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 81 | 0 | 0.05 | 0.28 | 0.56 | 48.39 | 0.16 | 0.38 |
| Hex | 70 | 6A | 51 | 0 | 5 | 1C | 38 | 30 | 10 | 26 |
| Octal | 160 | 152 | 121 | 0 | 5 | 34 | 70 | 60 | 20 | 46 |
| Binary | 1110000 | 1101010 | 1010001 | 0 | 101 | 11100 | 111000 | 110000 | 10000 | 100110 |
Color Harmonies of #706A51
Complementary color
Monochromatic Colors of #706A51
Black with #706A51
Text Example
Text Example
White with #706A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706A51; }
p { color: rgb(112,106,81); }
H1.HeaderClassName
{
color: #706A51;
}
.AnyTagClassName
{
color: #706A51;
}
</style>
background-color css
<style>
a { background-color: #706A51; }
a { background-color: rgb(112,106,81); }
div.DivClassName
{
background-color: #706A51;
}
.BgClassName
{
background-color: #706A51;
}
</style>
border-color css
<style>
span { border-color: #706A51; }
span { border-color: rgb(112,106,81); }
td.TdClassName
{
border-color: #706A51;
}
.TagClassName
{
border-color: #706A51;
}
</style>