Shades of Crocodile #6E6856
Tints of Crocodile #6E6856
RGB
CMYK
RGB Variations
Color information
#6E6856 (or 0x6E6856) is known color: Crocodile. HEX triplet: 6E, 68 and 56. RGB value is (110,104,86). Sum of RGB (Red+Green+Blue) = 110+104+86=300 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.67% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 86 (33.98% from 255 or 28.67% from 300); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6856 is #9197A9. Grayscale: #676767. Windows color (decimal): -9541546 or 5662830. OLE color: 5662830.
HSL color Cylindrical-coordinate representation of color #6E6856: hue angle of 45º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6E6856 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 104 | 86 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.57 |
| HSL | 45º | 0.12% | 0.38% | - |
| HSV(B) | 45º | 0.22% | 0.43% | - |
| XYZ | 13.06 | 13.89 | 10.8 | - |
| YUV | 103.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 104 | 86 | 0 | 0.05 | 0.22 | 0.57 | 45 | 0.12 | 0.38 |
| Hex | 6E | 68 | 56 | 0 | 5 | 16 | 39 | 2D | C | 26 |
| Octal | 156 | 150 | 126 | 0 | 5 | 26 | 71 | 55 | 14 | 46 |
| Binary | 1101110 | 1101000 | 1010110 | 0 | 101 | 10110 | 111001 | 101101 | 1100 | 100110 |
Color Harmonies of #6E6856
Complementary color
Monochromatic Colors of #6E6856
Black with #6E6856
Text Example
Text Example
White with #6E6856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6856; }
p { color: rgb(110,104,86); }
H1.HeaderClassName
{
color: #6E6856;
}
.AnyTagClassName
{
color: #6E6856;
}
</style>
background-color css
<style>
a { background-color: #6E6856; }
a { background-color: rgb(110,104,86); }
div.DivClassName
{
background-color: #6E6856;
}
.BgClassName
{
background-color: #6E6856;
}
</style>
border-color css
<style>
span { border-color: #6E6856; }
span { border-color: rgb(110,104,86); }
td.TdClassName
{
border-color: #6E6856;
}
.TagClassName
{
border-color: #6E6856;
}
</style>