Shades of Crocodile #6E674D
Tints of Crocodile #6E674D
RGB
CMYK
RGB Variations
Color information
#6E674D (or 0x6E674D) is known color: Crocodile. HEX triplet: 6E, 67 and 4D. RGB value is (110,103,77). Sum of RGB (Red+Green+Blue) = 110+103+77=290 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.93% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 110 - color contains mainly: red. Hex color #6E674D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E674D is #9198B2. Grayscale: #666666. Windows color (decimal): -9541811 or 5072750. OLE color: 5072750.
HSL color Cylindrical-coordinate representation of color #6E674D: hue angle of 47.27º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E674D is Cyan = 0, Magento = 0.06, Yellow = 0.3 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 103 | 77 | - |
| CMYK | 0 | 0.06 | 0.3 | 0.57 |
| HSL | 47.27º | 0.18% | 0.37% | - |
| HSV(B) | 47.27º | 0.3% | 0.43% | - |
| XYZ | 12.62 | 13.55 | 8.97 | - |
| YUV | 102.13 | 113.82 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 103 | 77 | 0 | 0.06 | 0.3 | 0.57 | 47.27 | 0.18 | 0.37 |
| Hex | 6E | 67 | 4D | 0 | 6 | 1E | 39 | 2F | 12 | 25 |
| Octal | 156 | 147 | 115 | 0 | 6 | 36 | 71 | 57 | 22 | 45 |
| Binary | 1101110 | 1100111 | 1001101 | 0 | 110 | 11110 | 111001 | 101111 | 10010 | 100101 |
Color Harmonies of #6E674D
Complementary color
Monochromatic Colors of #6E674D
Black with #6E674D
Text Example
Text Example
White with #6E674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E674D; }
p { color: rgb(110,103,77); }
H1.HeaderClassName
{
color: #6E674D;
}
.AnyTagClassName
{
color: #6E674D;
}
</style>
background-color css
<style>
a { background-color: #6E674D; }
a { background-color: rgb(110,103,77); }
div.DivClassName
{
background-color: #6E674D;
}
.BgClassName
{
background-color: #6E674D;
}
</style>
border-color css
<style>
span { border-color: #6E674D; }
span { border-color: rgb(110,103,77); }
td.TdClassName
{
border-color: #6E674D;
}
.TagClassName
{
border-color: #6E674D;
}
</style>