Shades of Crocodile #6E674A
Tints of Crocodile #6E674A
RGB
CMYK
RGB Variations
Color information
#6E674A (or 0x6E674A) is known color: Crocodile. HEX triplet: 6E, 67 and 4A. RGB value is (110,103,74). Sum of RGB (Red+Green+Blue) = 110+103+74=287 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.33% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 110 - color contains mainly: red. Hex color #6E674A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E674A is #9198B5. Grayscale: #656565. Windows color (decimal): -9541814 or 4876142. OLE color: 4876142.
HSL color Cylindrical-coordinate representation of color #6E674A: hue angle of 48.33º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6E674A is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 103 | 74 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.57 |
| HSL | 48.33º | 0.2% | 0.36% | - |
| HSV(B) | 48.33º | 0.33% | 0.43% | - |
| XYZ | 12.52 | 13.51 | 8.43 | - |
| YUV | 101.79 | 112.32 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 103 | 74 | 0 | 0.06 | 0.33 | 0.57 | 48.33 | 0.2 | 0.36 |
| Hex | 6E | 67 | 4A | 0 | 6 | 21 | 39 | 30 | 14 | 24 |
| Octal | 156 | 147 | 112 | 0 | 6 | 41 | 71 | 60 | 24 | 44 |
| Binary | 1101110 | 1100111 | 1001010 | 0 | 110 | 100001 | 111001 | 110000 | 10100 | 100100 |
Color Harmonies of #6E674A
Complementary color
Monochromatic Colors of #6E674A
Black with #6E674A
Text Example
Text Example
White with #6E674A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E674A; }
p { color: rgb(110,103,74); }
H1.HeaderClassName
{
color: #6E674A;
}
.AnyTagClassName
{
color: #6E674A;
}
</style>
background-color css
<style>
a { background-color: #6E674A; }
a { background-color: rgb(110,103,74); }
div.DivClassName
{
background-color: #6E674A;
}
.BgClassName
{
background-color: #6E674A;
}
</style>
border-color css
<style>
span { border-color: #6E674A; }
span { border-color: rgb(110,103,74); }
td.TdClassName
{
border-color: #6E674A;
}
.TagClassName
{
border-color: #6E674A;
}
</style>