Shades of Crocodile #6E674E
Tints of Crocodile #6E674E
RGB
CMYK
RGB Variations
Color information
#6E674E (or 0x6E674E) is known color: Crocodile. HEX triplet: 6E, 67 and 4E. RGB value is (110,103,78). Sum of RGB (Red+Green+Blue) = 110+103+78=291 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.80% from 291); Green value is 103 (40.62% from 255 or 35.40% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 110 - color contains mainly: red. Hex color #6E674E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E674E is #9198B1. Grayscale: #666666. Windows color (decimal): -9541810 or 5138286. OLE color: 5138286.
HSL color Cylindrical-coordinate representation of color #6E674E: hue angle of 46.88º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E674E is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 103 | 78 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.57 |
| HSL | 46.88º | 0.17% | 0.37% | - |
| HSV(B) | 46.88º | 0.29% | 0.43% | - |
| XYZ | 12.66 | 13.57 | 9.16 | - |
| YUV | 102.24 | 114.32 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 103 | 78 | 0 | 0.06 | 0.29 | 0.57 | 46.88 | 0.17 | 0.37 |
| Hex | 6E | 67 | 4E | 0 | 6 | 1D | 39 | 2F | 11 | 25 |
| Octal | 156 | 147 | 116 | 0 | 6 | 35 | 71 | 57 | 21 | 45 |
| Binary | 1101110 | 1100111 | 1001110 | 0 | 110 | 11101 | 111001 | 101111 | 10001 | 100101 |
Color Harmonies of #6E674E
Complementary color
Monochromatic Colors of #6E674E
Black with #6E674E
Text Example
Text Example
White with #6E674E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E674E; }
p { color: rgb(110,103,78); }
H1.HeaderClassName
{
color: #6E674E;
}
.AnyTagClassName
{
color: #6E674E;
}
</style>
background-color css
<style>
a { background-color: #6E674E; }
a { background-color: rgb(110,103,78); }
div.DivClassName
{
background-color: #6E674E;
}
.BgClassName
{
background-color: #6E674E;
}
</style>
border-color css
<style>
span { border-color: #6E674E; }
span { border-color: rgb(110,103,78); }
td.TdClassName
{
border-color: #6E674E;
}
.TagClassName
{
border-color: #6E674E;
}
</style>