Shades of Crocodile #706C53
Tints of Crocodile #706C53
RGB
CMYK
RGB Variations
Color information
#706C53 (or 0x706C53) is known color: Crocodile. HEX triplet: 70, 6C and 53. RGB value is (112,108,83). Sum of RGB (Red+Green+Blue) = 112+108+83=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 108 (42.58% from 255 or 35.64% from 303); Blue value is 83 (32.81% from 255 or 27.39% from 303); Max value from RGB is 112 - color contains mainly: red. Hex color #706C53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706C53 is #8F93AC. Grayscale: #6A6A6A. Windows color (decimal): -9409453 or 5467248. OLE color: 5467248.
HSL color Cylindrical-coordinate representation of color #706C53: hue angle of 51.72º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #706C53 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 108 | 83 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.56 |
| HSL | 51.72º | 0.15% | 0.38% | - |
| HSV(B) | 51.72º | 0.26% | 0.44% | - |
| XYZ | 13.61 | 14.79 | 10.32 | - |
| YUV | 106.35 | 114.83 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 108 | 83 | 0 | 0.04 | 0.26 | 0.56 | 51.72 | 0.15 | 0.38 |
| Hex | 70 | 6C | 53 | 0 | 4 | 1A | 38 | 34 | F | 26 |
| Octal | 160 | 154 | 123 | 0 | 4 | 32 | 70 | 64 | 17 | 46 |
| Binary | 1110000 | 1101100 | 1010011 | 0 | 100 | 11010 | 111000 | 110100 | 1111 | 100110 |
Color Harmonies of #706C53
Complementary color
Monochromatic Colors of #706C53
Black with #706C53
Text Example
Text Example
White with #706C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706C53; }
p { color: rgb(112,108,83); }
H1.HeaderClassName
{
color: #706C53;
}
.AnyTagClassName
{
color: #706C53;
}
</style>
background-color css
<style>
a { background-color: #706C53; }
a { background-color: rgb(112,108,83); }
div.DivClassName
{
background-color: #706C53;
}
.BgClassName
{
background-color: #706C53;
}
</style>
border-color css
<style>
span { border-color: #706C53; }
span { border-color: rgb(112,108,83); }
td.TdClassName
{
border-color: #706C53;
}
.TagClassName
{
border-color: #706C53;
}
</style>