Shades of Crocodile #706C55
Tints of Crocodile #706C55
RGB
CMYK
RGB Variations
Color information
#706C55 (or 0x706C55) is known color: Crocodile. HEX triplet: 70, 6C and 55. RGB value is (112,108,85). Sum of RGB (Red+Green+Blue) = 112+108+85=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 85 (33.59% from 255 or 27.87% from 305); Max value from RGB is 112 - color contains mainly: red. Hex color #706C55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706C55 is #8F93AA. Grayscale: #6A6A6A. Windows color (decimal): -9409451 or 5598320. OLE color: 5598320.
HSL color Cylindrical-coordinate representation of color #706C55: hue angle of 51.11º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #706C55 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 108 | 85 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.56 |
| HSL | 51.11º | 0.14% | 0.39% | - |
| HSV(B) | 51.11º | 0.24% | 0.44% | - |
| XYZ | 13.68 | 14.83 | 10.73 | - |
| YUV | 106.57 | 115.83 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 108 | 85 | 0 | 0.04 | 0.24 | 0.56 | 51.11 | 0.14 | 0.39 |
| Hex | 70 | 6C | 55 | 0 | 4 | 18 | 38 | 33 | E | 27 |
| Octal | 160 | 154 | 125 | 0 | 4 | 30 | 70 | 63 | 16 | 47 |
| Binary | 1110000 | 1101100 | 1010101 | 0 | 100 | 11000 | 111000 | 110011 | 1110 | 100111 |
Color Harmonies of #706C55
Complementary color
Monochromatic Colors of #706C55
Black with #706C55
Text Example
Text Example
White with #706C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706C55; }
p { color: rgb(112,108,85); }
H1.HeaderClassName
{
color: #706C55;
}
.AnyTagClassName
{
color: #706C55;
}
</style>
background-color css
<style>
a { background-color: #706C55; }
a { background-color: rgb(112,108,85); }
div.DivClassName
{
background-color: #706C55;
}
.BgClassName
{
background-color: #706C55;
}
</style>
border-color css
<style>
span { border-color: #706C55; }
span { border-color: rgb(112,108,85); }
td.TdClassName
{
border-color: #706C55;
}
.TagClassName
{
border-color: #706C55;
}
</style>