Shades of Crocodile #706D52
Tints of Crocodile #706D52
RGB
CMYK
RGB Variations
Color information
#706D52 (or 0x706D52) is known color: Crocodile. HEX triplet: 70, 6D and 52. RGB value is (112,109,82). Sum of RGB (Red+Green+Blue) = 112+109+82=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 112 - color contains mainly: red. Hex color #706D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706D52 is #8F92AD. Grayscale: #6A6A6A. Windows color (decimal): -9409198 or 5401968. OLE color: 5401968.
HSL color Cylindrical-coordinate representation of color #706D52: hue angle of 54º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #706D52 is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 109 | 82 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.56 |
| HSL | 54º | 0.15% | 0.38% | - |
| HSV(B) | 54º | 0.27% | 0.44% | - |
| XYZ | 13.67 | 14.99 | 10.16 | - |
| YUV | 106.82 | 113.99 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 82 | 0 | 0.03 | 0.27 | 0.56 | 54 | 0.15 | 0.38 |
| Hex | 70 | 6D | 52 | 0 | 3 | 1B | 38 | 36 | F | 26 |
| Octal | 160 | 155 | 122 | 0 | 3 | 33 | 70 | 66 | 17 | 46 |
| Binary | 1110000 | 1101101 | 1010010 | 0 | 11 | 11011 | 111000 | 110110 | 1111 | 100110 |
Color Harmonies of #706D52
Complementary color
Monochromatic Colors of #706D52
Black with #706D52
Text Example
Text Example
White with #706D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706D52; }
p { color: rgb(112,109,82); }
H1.HeaderClassName
{
color: #706D52;
}
.AnyTagClassName
{
color: #706D52;
}
</style>
background-color css
<style>
a { background-color: #706D52; }
a { background-color: rgb(112,109,82); }
div.DivClassName
{
background-color: #706D52;
}
.BgClassName
{
background-color: #706D52;
}
</style>
border-color css
<style>
span { border-color: #706D52; }
span { border-color: rgb(112,109,82); }
td.TdClassName
{
border-color: #706D52;
}
.TagClassName
{
border-color: #706D52;
}
</style>