Shades of Crocodile #6C654E
Tints of Crocodile #6C654E
RGB
CMYK
RGB Variations
Color information
#6C654E (or 0x6C654E) is known color: Crocodile. HEX triplet: 6C, 65 and 4E. RGB value is (108,101,78). Sum of RGB (Red+Green+Blue) = 108+101+78=287 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.63% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 108 - color contains mainly: red. Hex color #6C654E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C654E is #939AB1. Grayscale: #646464. Windows color (decimal): -9673394 or 5137772. OLE color: 5137772.
HSL color Cylindrical-coordinate representation of color #6C654E: hue angle of 46º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6C654E is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 101 | 78 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.58 |
| HSL | 46º | 0.16% | 0.36% | - |
| HSV(B) | 46º | 0.28% | 0.42% | - |
| XYZ | 12.21 | 13.05 | 9.08 | - |
| YUV | 100.47 | 115.32 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 101 | 78 | 0 | 0.06 | 0.28 | 0.58 | 46 | 0.16 | 0.36 |
| Hex | 6C | 65 | 4E | 0 | 6 | 1C | 3A | 2E | 10 | 24 |
| Octal | 154 | 145 | 116 | 0 | 6 | 34 | 72 | 56 | 20 | 44 |
| Binary | 1101100 | 1100101 | 1001110 | 0 | 110 | 11100 | 111010 | 101110 | 10000 | 100100 |
Color Harmonies of #6C654E
Complementary color
Monochromatic Colors of #6C654E
Black with #6C654E
Text Example
Text Example
White with #6C654E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C654E; }
p { color: rgb(108,101,78); }
H1.HeaderClassName
{
color: #6C654E;
}
.AnyTagClassName
{
color: #6C654E;
}
</style>
background-color css
<style>
a { background-color: #6C654E; }
a { background-color: rgb(108,101,78); }
div.DivClassName
{
background-color: #6C654E;
}
.BgClassName
{
background-color: #6C654E;
}
</style>
border-color css
<style>
span { border-color: #6C654E; }
span { border-color: rgb(108,101,78); }
td.TdClassName
{
border-color: #6C654E;
}
.TagClassName
{
border-color: #6C654E;
}
</style>