Shades of Crocodile #6D654D
Tints of Crocodile #6D654D
RGB
CMYK
RGB Variations
Color information
#6D654D (or 0x6D654D) is known color: Crocodile. HEX triplet: 6D, 65 and 4D. RGB value is (109,101,77). Sum of RGB (Red+Green+Blue) = 109+101+77=287 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.98% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 109 - color contains mainly: red. Hex color #6D654D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D654D is #929AB2. Grayscale: #646464. Windows color (decimal): -9607859 or 5072237. OLE color: 5072237.
HSL color Cylindrical-coordinate representation of color #6D654D: hue angle of 45º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D654D is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 101 | 77 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.57 |
| HSL | 45º | 0.17% | 0.36% | - |
| HSV(B) | 45º | 0.29% | 0.43% | - |
| XYZ | 12.3 | 13.09 | 8.9 | - |
| YUV | 100.66 | 114.65 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 101 | 77 | 0 | 0.07 | 0.29 | 0.57 | 45 | 0.17 | 0.36 |
| Hex | 6D | 65 | 4D | 0 | 7 | 1D | 39 | 2D | 11 | 24 |
| Octal | 155 | 145 | 115 | 0 | 7 | 35 | 71 | 55 | 21 | 44 |
| Binary | 1101101 | 1100101 | 1001101 | 0 | 111 | 11101 | 111001 | 101101 | 10001 | 100100 |
Color Harmonies of #6D654D
Complementary color
Monochromatic Colors of #6D654D
Black with #6D654D
Text Example
Text Example
White with #6D654D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D654D; }
p { color: rgb(109,101,77); }
H1.HeaderClassName
{
color: #6D654D;
}
.AnyTagClassName
{
color: #6D654D;
}
</style>
background-color css
<style>
a { background-color: #6D654D; }
a { background-color: rgb(109,101,77); }
div.DivClassName
{
background-color: #6D654D;
}
.BgClassName
{
background-color: #6D654D;
}
</style>
border-color css
<style>
span { border-color: #6D654D; }
span { border-color: rgb(109,101,77); }
td.TdClassName
{
border-color: #6D654D;
}
.TagClassName
{
border-color: #6D654D;
}
</style>