Shades of Crocodile #6E6A50
Tints of Crocodile #6E6A50
RGB
CMYK
RGB Variations
Color information
#6E6A50 (or 0x6E6A50) is known color: Crocodile. HEX triplet: 6E, 6A and 50. RGB value is (110,106,80). Sum of RGB (Red+Green+Blue) = 110+106+80=296 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.16% from 296); Green value is 106 (41.80% from 255 or 35.81% from 296); Blue value is 80 (31.64% from 255 or 27.03% from 296); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6A50 is #9195AF. Grayscale: #686868. Windows color (decimal): -9541040 or 5270126. OLE color: 5270126.
HSL color Cylindrical-coordinate representation of color #6E6A50: hue angle of 52º 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 #6E6A50 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 106 | 80 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.57 |
| HSL | 52º | 0.16% | 0.37% | - |
| HSV(B) | 52º | 0.27% | 0.43% | - |
| XYZ | 13.03 | 14.2 | 9.64 | - |
| YUV | 104.23 | 114.33 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 106 | 80 | 0 | 0.04 | 0.27 | 0.57 | 52 | 0.16 | 0.37 |
| Hex | 6E | 6A | 50 | 0 | 4 | 1B | 39 | 34 | 10 | 25 |
| Octal | 156 | 152 | 120 | 0 | 4 | 33 | 71 | 64 | 20 | 45 |
| Binary | 1101110 | 1101010 | 1010000 | 0 | 100 | 11011 | 111001 | 110100 | 10000 | 100101 |
Color Harmonies of #6E6A50
Complementary color
Monochromatic Colors of #6E6A50
Black with #6E6A50
Text Example
Text Example
White with #6E6A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6A50; }
p { color: rgb(110,106,80); }
H1.HeaderClassName
{
color: #6E6A50;
}
.AnyTagClassName
{
color: #6E6A50;
}
</style>
background-color css
<style>
a { background-color: #6E6A50; }
a { background-color: rgb(110,106,80); }
div.DivClassName
{
background-color: #6E6A50;
}
.BgClassName
{
background-color: #6E6A50;
}
</style>
border-color css
<style>
span { border-color: #6E6A50; }
span { border-color: rgb(110,106,80); }
td.TdClassName
{
border-color: #6E6A50;
}
.TagClassName
{
border-color: #6E6A50;
}
</style>