Shades of Crocodile #706B58
Tints of Crocodile #706B58
RGB
CMYK
RGB Variations
Color information
#706B58 (or 0x706B58) is known color: Crocodile. HEX triplet: 70, 6B and 58. RGB value is (112,107,88). Sum of RGB (Red+Green+Blue) = 112+107+88=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 107 (42.19% from 255 or 34.85% from 307); Blue value is 88 (34.77% from 255 or 28.66% from 307); Max value from RGB is 112 - color contains mainly: red. Hex color #706B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706B58 is #8F94A7. Grayscale: #6A6A6A. Windows color (decimal): -9409704 or 5794672. OLE color: 5794672.
HSL color Cylindrical-coordinate representation of color #706B58: hue angle of 47.5º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #706B58 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 107 | 88 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.56 |
| HSL | 47.5º | 0.12% | 0.39% | - |
| HSV(B) | 47.5º | 0.21% | 0.44% | - |
| XYZ | 13.7 | 14.66 | 11.34 | - |
| YUV | 106.33 | 117.66 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 107 | 88 | 0 | 0.04 | 0.21 | 0.56 | 47.5 | 0.12 | 0.39 |
| Hex | 70 | 6B | 58 | 0 | 4 | 15 | 38 | 30 | C | 27 |
| Octal | 160 | 153 | 130 | 0 | 4 | 25 | 70 | 60 | 14 | 47 |
| Binary | 1110000 | 1101011 | 1011000 | 0 | 100 | 10101 | 111000 | 110000 | 1100 | 100111 |
Color Harmonies of #706B58
Complementary color
Monochromatic Colors of #706B58
Black with #706B58
Text Example
Text Example
White with #706B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706B58; }
p { color: rgb(112,107,88); }
H1.HeaderClassName
{
color: #706B58;
}
.AnyTagClassName
{
color: #706B58;
}
</style>
background-color css
<style>
a { background-color: #706B58; }
a { background-color: rgb(112,107,88); }
div.DivClassName
{
background-color: #706B58;
}
.BgClassName
{
background-color: #706B58;
}
</style>
border-color css
<style>
span { border-color: #706B58; }
span { border-color: rgb(112,107,88); }
td.TdClassName
{
border-color: #706B58;
}
.TagClassName
{
border-color: #706B58;
}
</style>