Shades of Crocodile #6E6854
Tints of Crocodile #6E6854
RGB
CMYK
RGB Variations
Color information
#6E6854 (or 0x6E6854) is known color: Crocodile. HEX triplet: 6E, 68 and 54. RGB value is (110,104,84). Sum of RGB (Red+Green+Blue) = 110+104+84=298 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.91% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 84 (33.20% from 255 or 28.19% from 298); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6854 is #9197AB. Grayscale: #676767. Windows color (decimal): -9541548 or 5531758. OLE color: 5531758.
HSL color Cylindrical-coordinate representation of color #6E6854: hue angle of 46.15º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6E6854 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 104 | 84 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.57 |
| HSL | 46.15º | 0.13% | 0.38% | - |
| HSV(B) | 46.15º | 0.24% | 0.43% | - |
| XYZ | 12.98 | 13.86 | 10.38 | - |
| YUV | 103.51 | 116.99 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 104 | 84 | 0 | 0.05 | 0.24 | 0.57 | 46.15 | 0.13 | 0.38 |
| Hex | 6E | 68 | 54 | 0 | 5 | 18 | 39 | 2E | D | 26 |
| Octal | 156 | 150 | 124 | 0 | 5 | 30 | 71 | 56 | 15 | 46 |
| Binary | 1101110 | 1101000 | 1010100 | 0 | 101 | 11000 | 111001 | 101110 | 1101 | 100110 |
Color Harmonies of #6E6854
Complementary color
Monochromatic Colors of #6E6854
Black with #6E6854
Text Example
Text Example
White with #6E6854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6854; }
p { color: rgb(110,104,84); }
H1.HeaderClassName
{
color: #6E6854;
}
.AnyTagClassName
{
color: #6E6854;
}
</style>
background-color css
<style>
a { background-color: #6E6854; }
a { background-color: rgb(110,104,84); }
div.DivClassName
{
background-color: #6E6854;
}
.BgClassName
{
background-color: #6E6854;
}
</style>
border-color css
<style>
span { border-color: #6E6854; }
span { border-color: rgb(110,104,84); }
td.TdClassName
{
border-color: #6E6854;
}
.TagClassName
{
border-color: #6E6854;
}
</style>