Shades of Crocodile #706B49
Tints of Crocodile #706B49
RGB
CMYK
RGB Variations
Color information
#706B49 (or 0x706B49) is known color: Crocodile. HEX triplet: 70, 6B and 49. RGB value is (112,107,73). Sum of RGB (Red+Green+Blue) = 112+107+73=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 107 (42.19% from 255 or 36.64% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 112 - color contains mainly: red. Hex color #706B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706B49 is #8F94B6. Grayscale: #686868. Windows color (decimal): -9409719 or 4811632. OLE color: 4811632.
HSL color Cylindrical-coordinate representation of color #706B49: hue angle of 52.31º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #706B49 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 107 | 73 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.56 |
| HSL | 52.31º | 0.21% | 0.36% | - |
| HSV(B) | 52.31º | 0.35% | 0.44% | - |
| XYZ | 13.14 | 14.44 | 8.4 | - |
| YUV | 104.62 | 110.16 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 107 | 73 | 0 | 0.04 | 0.35 | 0.56 | 52.31 | 0.21 | 0.36 |
| Hex | 70 | 6B | 49 | 0 | 4 | 23 | 38 | 34 | 15 | 24 |
| Octal | 160 | 153 | 111 | 0 | 4 | 43 | 70 | 64 | 25 | 44 |
| Binary | 1110000 | 1101011 | 1001001 | 0 | 100 | 100011 | 111000 | 110100 | 10101 | 100100 |
Color Harmonies of #706B49
Complementary color
Monochromatic Colors of #706B49
Black with #706B49
Text Example
Text Example
White with #706B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706B49; }
p { color: rgb(112,107,73); }
H1.HeaderClassName
{
color: #706B49;
}
.AnyTagClassName
{
color: #706B49;
}
</style>
background-color css
<style>
a { background-color: #706B49; }
a { background-color: rgb(112,107,73); }
div.DivClassName
{
background-color: #706B49;
}
.BgClassName
{
background-color: #706B49;
}
</style>
border-color css
<style>
span { border-color: #706B49; }
span { border-color: rgb(112,107,73); }
td.TdClassName
{
border-color: #706B49;
}
.TagClassName
{
border-color: #706B49;
}
</style>