Shades of Crocodile #6E6B57
Tints of Crocodile #6E6B57
RGB
CMYK
RGB Variations
Color information
#6E6B57 (or 0x6E6B57) is known color: Crocodile. HEX triplet: 6E, 6B and 57. RGB value is (110,107,87). Sum of RGB (Red+Green+Blue) = 110+107+87=304 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.18% from 304); Green value is 107 (42.19% from 255 or 35.20% from 304); Blue value is 87 (34.38% from 255 or 28.62% from 304); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6B57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6B57 is #9194A8. Grayscale: #696969. Windows color (decimal): -9540777 or 5729134. OLE color: 5729134.
HSL color Cylindrical-coordinate representation of color #6E6B57: hue angle of 52.17º 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 #6E6B57 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 107 | 87 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.57 |
| HSL | 52.17º | 0.12% | 0.39% | - |
| HSV(B) | 52.17º | 0.21% | 0.43% | - |
| XYZ | 13.41 | 14.52 | 11.11 | - |
| YUV | 105.62 | 117.49 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 107 | 87 | 0 | 0.03 | 0.21 | 0.57 | 52.17 | 0.12 | 0.39 |
| Hex | 6E | 6B | 57 | 0 | 3 | 15 | 39 | 34 | C | 27 |
| Octal | 156 | 153 | 127 | 0 | 3 | 25 | 71 | 64 | 14 | 47 |
| Binary | 1101110 | 1101011 | 1010111 | 0 | 11 | 10101 | 111001 | 110100 | 1100 | 100111 |
Color Harmonies of #6E6B57
Complementary color
Monochromatic Colors of #6E6B57
Black with #6E6B57
Text Example
Text Example
White with #6E6B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6B57; }
p { color: rgb(110,107,87); }
H1.HeaderClassName
{
color: #6E6B57;
}
.AnyTagClassName
{
color: #6E6B57;
}
</style>
background-color css
<style>
a { background-color: #6E6B57; }
a { background-color: rgb(110,107,87); }
div.DivClassName
{
background-color: #6E6B57;
}
.BgClassName
{
background-color: #6E6B57;
}
</style>
border-color css
<style>
span { border-color: #6E6B57; }
span { border-color: rgb(110,107,87); }
td.TdClassName
{
border-color: #6E6B57;
}
.TagClassName
{
border-color: #6E6B57;
}
</style>