Shades of Crocodile #736E51
Tints of Crocodile #736E51
RGB
CMYK
RGB Variations
Color information
#736E51 (or 0x736E51) is known color: Crocodile. HEX triplet: 73, 6E and 51. RGB value is (115,110,81). Sum of RGB (Red+Green+Blue) = 115+110+81=306 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.58% from 306); Green value is 110 (43.36% from 255 or 35.95% from 306); Blue value is 81 (32.03% from 255 or 26.47% from 306); Max value from RGB is 115 - color contains mainly: red. Hex color #736E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736E51 is #8C91AE. Grayscale: #6C6C6C. Windows color (decimal): -9212335 or 5336691. OLE color: 5336691.
HSL color Cylindrical-coordinate representation of color #736E51: hue angle of 51.18º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #736E51 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 110 | 81 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.55 |
| HSL | 51.18º | 0.17% | 0.38% | - |
| HSV(B) | 51.18º | 0.3% | 0.45% | - |
| XYZ | 14.13 | 15.39 | 10.01 | - |
| YUV | 108.19 | 112.66 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 110 | 81 | 0 | 0.04 | 0.30 | 0.55 | 51.18 | 0.17 | 0.38 |
| Hex | 73 | 6E | 51 | 0 | 4 | 1E | 37 | 33 | 11 | 26 |
| Octal | 163 | 156 | 121 | 0 | 4 | 36 | 67 | 63 | 21 | 46 |
| Binary | 1110011 | 1101110 | 1010001 | 0 | 100 | 11110 | 110111 | 110011 | 10001 | 100110 |
Color Harmonies of #736E51
Complementary color
Monochromatic Colors of #736E51
Black with #736E51
Text Example
Text Example
White with #736E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736E51; }
p { color: rgb(115,110,81); }
H1.HeaderClassName
{
color: #736E51;
}
.AnyTagClassName
{
color: #736E51;
}
</style>
background-color css
<style>
a { background-color: #736E51; }
a { background-color: rgb(115,110,81); }
div.DivClassName
{
background-color: #736E51;
}
.BgClassName
{
background-color: #736E51;
}
</style>
border-color css
<style>
span { border-color: #736E51; }
span { border-color: rgb(115,110,81); }
td.TdClassName
{
border-color: #736E51;
}
.TagClassName
{
border-color: #736E51;
}
</style>