Shades of Crocodile #6D654F
Tints of Crocodile #6D654F
RGB
CMYK
RGB Variations
Color information
#6D654F (or 0x6D654F) is known color: Crocodile. HEX triplet: 6D, 65 and 4F. RGB value is (109,101,79). Sum of RGB (Red+Green+Blue) = 109+101+79=289 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.72% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 79 (31.25% from 255 or 27.34% from 289); Max value from RGB is 109 - color contains mainly: red. Hex color #6D654F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D654F is #929AB0. Grayscale: #646464. Windows color (decimal): -9607857 or 5203309. OLE color: 5203309.
HSL color Cylindrical-coordinate representation of color #6D654F: hue angle of 44º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D654F is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 101 | 79 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.57 |
| HSL | 44º | 0.16% | 0.37% | - |
| HSV(B) | 44º | 0.28% | 0.43% | - |
| XYZ | 12.37 | 13.12 | 9.28 | - |
| YUV | 100.88 | 115.65 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 101 | 79 | 0 | 0.07 | 0.28 | 0.57 | 44 | 0.16 | 0.37 |
| Hex | 6D | 65 | 4F | 0 | 7 | 1C | 39 | 2C | 10 | 25 |
| Octal | 155 | 145 | 117 | 0 | 7 | 34 | 71 | 54 | 20 | 45 |
| Binary | 1101101 | 1100101 | 1001111 | 0 | 111 | 11100 | 111001 | 101100 | 10000 | 100101 |
Color Harmonies of #6D654F
Complementary color
Monochromatic Colors of #6D654F
Black with #6D654F
Text Example
Text Example
White with #6D654F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D654F; }
p { color: rgb(109,101,79); }
H1.HeaderClassName
{
color: #6D654F;
}
.AnyTagClassName
{
color: #6D654F;
}
</style>
background-color css
<style>
a { background-color: #6D654F; }
a { background-color: rgb(109,101,79); }
div.DivClassName
{
background-color: #6D654F;
}
.BgClassName
{
background-color: #6D654F;
}
</style>
border-color css
<style>
span { border-color: #6D654F; }
span { border-color: rgb(109,101,79); }
td.TdClassName
{
border-color: #6D654F;
}
.TagClassName
{
border-color: #6D654F;
}
</style>