Shades of Crocodile #6E6957
Tints of Crocodile #6E6957
RGB
CMYK
RGB Variations
Color information
#6E6957 (or 0x6E6957) is known color: Crocodile. HEX triplet: 6E, 69 and 57. RGB value is (110,105,87). Sum of RGB (Red+Green+Blue) = 110+105+87=302 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.42% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 87 (34.38% from 255 or 28.81% from 302); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6957 is #9196A8. Grayscale: #686868. Windows color (decimal): -9541289 or 5728622. OLE color: 5728622.
HSL color Cylindrical-coordinate representation of color #6E6957: hue angle of 46.96º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6E6957 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 105 | 87 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.57 |
| HSL | 46.96º | 0.12% | 0.39% | - |
| HSV(B) | 46.96º | 0.21% | 0.43% | - |
| XYZ | 13.2 | 14.11 | 11.04 | - |
| YUV | 104.44 | 118.16 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 105 | 87 | 0 | 0.05 | 0.21 | 0.57 | 46.96 | 0.12 | 0.39 |
| Hex | 6E | 69 | 57 | 0 | 5 | 15 | 39 | 2F | C | 27 |
| Octal | 156 | 151 | 127 | 0 | 5 | 25 | 71 | 57 | 14 | 47 |
| Binary | 1101110 | 1101001 | 1010111 | 0 | 101 | 10101 | 111001 | 101111 | 1100 | 100111 |
Color Harmonies of #6E6957
Complementary color
Monochromatic Colors of #6E6957
Black with #6E6957
Text Example
Text Example
White with #6E6957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6957; }
p { color: rgb(110,105,87); }
H1.HeaderClassName
{
color: #6E6957;
}
.AnyTagClassName
{
color: #6E6957;
}
</style>
background-color css
<style>
a { background-color: #6E6957; }
a { background-color: rgb(110,105,87); }
div.DivClassName
{
background-color: #6E6957;
}
.BgClassName
{
background-color: #6E6957;
}
</style>
border-color css
<style>
span { border-color: #6E6957; }
span { border-color: rgb(110,105,87); }
td.TdClassName
{
border-color: #6E6957;
}
.TagClassName
{
border-color: #6E6957;
}
</style>