Shades of Crocodile #6E6850
Tints of Crocodile #6E6850
RGB
CMYK
RGB Variations
Color information
#6E6850 (or 0x6E6850) is known color: Crocodile. HEX triplet: 6E, 68 and 50. RGB value is (110,104,80). Sum of RGB (Red+Green+Blue) = 110+104+80=294 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.41% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6850 is #9197AF. Grayscale: #676767. Windows color (decimal): -9541552 or 5269614. OLE color: 5269614.
HSL color Cylindrical-coordinate representation of color #6E6850: hue angle of 48º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6E6850 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 104 | 80 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.57 |
| HSL | 48º | 0.16% | 0.37% | - |
| HSV(B) | 48º | 0.27% | 0.43% | - |
| XYZ | 12.83 | 13.79 | 9.58 | - |
| YUV | 103.06 | 114.99 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 104 | 80 | 0 | 0.05 | 0.27 | 0.57 | 48 | 0.16 | 0.37 |
| Hex | 6E | 68 | 50 | 0 | 5 | 1B | 39 | 30 | 10 | 25 |
| Octal | 156 | 150 | 120 | 0 | 5 | 33 | 71 | 60 | 20 | 45 |
| Binary | 1101110 | 1101000 | 1010000 | 0 | 101 | 11011 | 111001 | 110000 | 10000 | 100101 |
Color Harmonies of #6E6850
Complementary color
Monochromatic Colors of #6E6850
Black with #6E6850
Text Example
Text Example
White with #6E6850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6850; }
p { color: rgb(110,104,80); }
H1.HeaderClassName
{
color: #6E6850;
}
.AnyTagClassName
{
color: #6E6850;
}
</style>
background-color css
<style>
a { background-color: #6E6850; }
a { background-color: rgb(110,104,80); }
div.DivClassName
{
background-color: #6E6850;
}
.BgClassName
{
background-color: #6E6850;
}
</style>
border-color css
<style>
span { border-color: #6E6850; }
span { border-color: rgb(110,104,80); }
td.TdClassName
{
border-color: #6E6850;
}
.TagClassName
{
border-color: #6E6850;
}
</style>