Shades of Crocodile #6E6753
Tints of Crocodile #6E6753
RGB
CMYK
RGB Variations
Color information
#6E6753 (or 0x6E6753) is known color: Crocodile. HEX triplet: 6E, 67 and 53. RGB value is (110,103,83). Sum of RGB (Red+Green+Blue) = 110+103+83=296 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.16% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 83 (32.81% from 255 or 28.04% from 296); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6753 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6753 is #9198AC. Grayscale: #666666. Windows color (decimal): -9541805 or 5465966. OLE color: 5465966.
HSL color Cylindrical-coordinate representation of color #6E6753: hue angle of 44.44º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6E6753 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 103 | 83 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.57 |
| HSL | 44.44º | 0.14% | 0.38% | - |
| HSV(B) | 44.44º | 0.25% | 0.43% | - |
| XYZ | 12.84 | 13.64 | 10.14 | - |
| YUV | 102.81 | 116.82 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 103 | 83 | 0 | 0.06 | 0.25 | 0.57 | 44.44 | 0.14 | 0.38 |
| Hex | 6E | 67 | 53 | 0 | 6 | 19 | 39 | 2C | E | 26 |
| Octal | 156 | 147 | 123 | 0 | 6 | 31 | 71 | 54 | 16 | 46 |
| Binary | 1101110 | 1100111 | 1010011 | 0 | 110 | 11001 | 111001 | 101100 | 1110 | 100110 |
Color Harmonies of #6E6753
Complementary color
Monochromatic Colors of #6E6753
Black with #6E6753
Text Example
Text Example
White with #6E6753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6753; }
p { color: rgb(110,103,83); }
H1.HeaderClassName
{
color: #6E6753;
}
.AnyTagClassName
{
color: #6E6753;
}
</style>
background-color css
<style>
a { background-color: #6E6753; }
a { background-color: rgb(110,103,83); }
div.DivClassName
{
background-color: #6E6753;
}
.BgClassName
{
background-color: #6E6753;
}
</style>
border-color css
<style>
span { border-color: #6E6753; }
span { border-color: rgb(110,103,83); }
td.TdClassName
{
border-color: #6E6753;
}
.TagClassName
{
border-color: #6E6753;
}
</style>