Shades of Crocodile #6E6855
Tints of Crocodile #6E6855
RGB
CMYK
RGB Variations
Color information
#6E6855 (or 0x6E6855) is known color: Crocodile. HEX triplet: 6E, 68 and 55. RGB value is (110,104,85). Sum of RGB (Red+Green+Blue) = 110+104+85=299 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.79% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6855 is #9197AA. Grayscale: #676767. Windows color (decimal): -9541547 or 5597294. OLE color: 5597294.
HSL color Cylindrical-coordinate representation of color #6E6855: hue angle of 45.6º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6E6855 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 104 | 85 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.57 |
| HSL | 45.6º | 0.13% | 0.38% | - |
| HSV(B) | 45.6º | 0.23% | 0.43% | - |
| XYZ | 13.02 | 13.87 | 10.59 | - |
| YUV | 103.63 | 117.49 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 104 | 85 | 0 | 0.05 | 0.23 | 0.57 | 45.6 | 0.13 | 0.38 |
| Hex | 6E | 68 | 55 | 0 | 5 | 17 | 39 | 2E | D | 26 |
| Octal | 156 | 150 | 125 | 0 | 5 | 27 | 71 | 56 | 15 | 46 |
| Binary | 1101110 | 1101000 | 1010101 | 0 | 101 | 10111 | 111001 | 101110 | 1101 | 100110 |
Color Harmonies of #6E6855
Complementary color
Monochromatic Colors of #6E6855
Black with #6E6855
Text Example
Text Example
White with #6E6855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6855; }
p { color: rgb(110,104,85); }
H1.HeaderClassName
{
color: #6E6855;
}
.AnyTagClassName
{
color: #6E6855;
}
</style>
background-color css
<style>
a { background-color: #6E6855; }
a { background-color: rgb(110,104,85); }
div.DivClassName
{
background-color: #6E6855;
}
.BgClassName
{
background-color: #6E6855;
}
</style>
border-color css
<style>
span { border-color: #6E6855; }
span { border-color: rgb(110,104,85); }
td.TdClassName
{
border-color: #6E6855;
}
.TagClassName
{
border-color: #6E6855;
}
</style>