Shades of Crocodile #706B51
Tints of Crocodile #706B51
RGB
CMYK
RGB Variations
Color information
#706B51 (or 0x706B51) is known color: Crocodile. HEX triplet: 70, 6B and 51. RGB value is (112,107,81). Sum of RGB (Red+Green+Blue) = 112+107+81=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 107 (42.19% from 255 or 35.67% from 300); Blue value is 81 (32.03% from 255 or 27% from 300); Max value from RGB is 112 - color contains mainly: red. Hex color #706B51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706B51 is #8F94AE. Grayscale: #696969. Windows color (decimal): -9409711 or 5335920. OLE color: 5335920.
HSL color Cylindrical-coordinate representation of color #706B51: hue angle of 50.32º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #706B51 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 107 | 81 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.56 |
| HSL | 50.32º | 0.16% | 0.38% | - |
| HSV(B) | 50.32º | 0.28% | 0.44% | - |
| XYZ | 13.42 | 14.55 | 9.89 | - |
| YUV | 105.53 | 114.16 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 107 | 81 | 0 | 0.04 | 0.28 | 0.56 | 50.32 | 0.16 | 0.38 |
| Hex | 70 | 6B | 51 | 0 | 4 | 1C | 38 | 32 | 10 | 26 |
| Octal | 160 | 153 | 121 | 0 | 4 | 34 | 70 | 62 | 20 | 46 |
| Binary | 1110000 | 1101011 | 1010001 | 0 | 100 | 11100 | 111000 | 110010 | 10000 | 100110 |
Color Harmonies of #706B51
Complementary color
Monochromatic Colors of #706B51
Black with #706B51
Text Example
Text Example
White with #706B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706B51; }
p { color: rgb(112,107,81); }
H1.HeaderClassName
{
color: #706B51;
}
.AnyTagClassName
{
color: #706B51;
}
</style>
background-color css
<style>
a { background-color: #706B51; }
a { background-color: rgb(112,107,81); }
div.DivClassName
{
background-color: #706B51;
}
.BgClassName
{
background-color: #706B51;
}
</style>
border-color css
<style>
span { border-color: #706B51; }
span { border-color: rgb(112,107,81); }
td.TdClassName
{
border-color: #706B51;
}
.TagClassName
{
border-color: #706B51;
}
</style>