Shades of Crocodile #706C54
Tints of Crocodile #706C54
RGB
CMYK
RGB Variations
Color information
#706C54 (or 0x706C54) is known color: Crocodile. HEX triplet: 70, 6C and 54. RGB value is (112,108,84). Sum of RGB (Red+Green+Blue) = 112+108+84=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 84 (33.20% from 255 or 27.63% from 304); Max value from RGB is 112 - color contains mainly: red. Hex color #706C54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706C54 is #8F93AB. Grayscale: #6A6A6A. Windows color (decimal): -9409452 or 5532784. OLE color: 5532784.
HSL color Cylindrical-coordinate representation of color #706C54: hue angle of 51.43º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #706C54 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 108 | 84 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.56 |
| HSL | 51.43º | 0.14% | 0.38% | - |
| HSV(B) | 51.43º | 0.25% | 0.44% | - |
| XYZ | 13.64 | 14.81 | 10.53 | - |
| YUV | 106.46 | 115.33 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 108 | 84 | 0 | 0.04 | 0.25 | 0.56 | 51.43 | 0.14 | 0.38 |
| Hex | 70 | 6C | 54 | 0 | 4 | 19 | 38 | 33 | E | 26 |
| Octal | 160 | 154 | 124 | 0 | 4 | 31 | 70 | 63 | 16 | 46 |
| Binary | 1110000 | 1101100 | 1010100 | 0 | 100 | 11001 | 111000 | 110011 | 1110 | 100110 |
Color Harmonies of #706C54
Complementary color
Monochromatic Colors of #706C54
Black with #706C54
Text Example
Text Example
White with #706C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706C54; }
p { color: rgb(112,108,84); }
H1.HeaderClassName
{
color: #706C54;
}
.AnyTagClassName
{
color: #706C54;
}
</style>
background-color css
<style>
a { background-color: #706C54; }
a { background-color: rgb(112,108,84); }
div.DivClassName
{
background-color: #706C54;
}
.BgClassName
{
background-color: #706C54;
}
</style>
border-color css
<style>
span { border-color: #706C54; }
span { border-color: rgb(112,108,84); }
td.TdClassName
{
border-color: #706C54;
}
.TagClassName
{
border-color: #706C54;
}
</style>