Shades of Crocodile #6E6949
Tints of Crocodile #6E6949
RGB
CMYK
RGB Variations
Color information
#6E6949 (or 0x6E6949) is known color: Crocodile. HEX triplet: 6E, 69 and 49. RGB value is (110,105,73). Sum of RGB (Red+Green+Blue) = 110+105+73=288 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.19% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6949 is #9196B6. Grayscale: #666666. Windows color (decimal): -9541303 or 4811118. OLE color: 4811118.
HSL color Cylindrical-coordinate representation of color #6E6949: hue angle of 51.89º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6E6949 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 105 | 73 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.57 |
| HSL | 51.89º | 0.2% | 0.36% | - |
| HSV(B) | 51.89º | 0.34% | 0.43% | - |
| XYZ | 12.68 | 13.9 | 8.32 | - |
| YUV | 102.85 | 111.16 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 105 | 73 | 0 | 0.05 | 0.34 | 0.57 | 51.89 | 0.2 | 0.36 |
| Hex | 6E | 69 | 49 | 0 | 5 | 22 | 39 | 34 | 14 | 24 |
| Octal | 156 | 151 | 111 | 0 | 5 | 42 | 71 | 64 | 24 | 44 |
| Binary | 1101110 | 1101001 | 1001001 | 0 | 101 | 100010 | 111001 | 110100 | 10100 | 100100 |
Color Harmonies of #6E6949
Complementary color
Monochromatic Colors of #6E6949
Black with #6E6949
Text Example
Text Example
White with #6E6949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6949; }
p { color: rgb(110,105,73); }
H1.HeaderClassName
{
color: #6E6949;
}
.AnyTagClassName
{
color: #6E6949;
}
</style>
background-color css
<style>
a { background-color: #6E6949; }
a { background-color: rgb(110,105,73); }
div.DivClassName
{
background-color: #6E6949;
}
.BgClassName
{
background-color: #6E6949;
}
</style>
border-color css
<style>
span { border-color: #6E6949; }
span { border-color: rgb(110,105,73); }
td.TdClassName
{
border-color: #6E6949;
}
.TagClassName
{
border-color: #6E6949;
}
</style>