Shades of Crocodile #6D664D
Tints of Crocodile #6D664D
RGB
CMYK
RGB Variations
Color information
#6D664D (or 0x6D664D) is known color: Crocodile. HEX triplet: 6D, 66 and 4D. RGB value is (109,102,77). Sum of RGB (Red+Green+Blue) = 109+102+77=288 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.85% from 288); Green value is 102 (40.23% from 255 or 35.42% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 109 - color contains mainly: red. Hex color #6D664D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D664D is #9299B2. Grayscale: #656565. Windows color (decimal): -9607603 or 5072493. OLE color: 5072493.
HSL color Cylindrical-coordinate representation of color #6D664D: hue angle of 46.88º 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 #6D664D is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 102 | 77 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.57 |
| HSL | 46.88º | 0.17% | 0.36% | - |
| HSV(B) | 46.88º | 0.29% | 0.43% | - |
| XYZ | 12.4 | 13.29 | 8.93 | - |
| YUV | 101.24 | 114.32 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 102 | 77 | 0 | 0.06 | 0.29 | 0.57 | 46.88 | 0.17 | 0.36 |
| Hex | 6D | 66 | 4D | 0 | 6 | 1D | 39 | 2F | 11 | 24 |
| Octal | 155 | 146 | 115 | 0 | 6 | 35 | 71 | 57 | 21 | 44 |
| Binary | 1101101 | 1100110 | 1001101 | 0 | 110 | 11101 | 111001 | 101111 | 10001 | 100100 |
Color Harmonies of #6D664D
Complementary color
Monochromatic Colors of #6D664D
Black with #6D664D
Text Example
Text Example
White with #6D664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D664D; }
p { color: rgb(109,102,77); }
H1.HeaderClassName
{
color: #6D664D;
}
.AnyTagClassName
{
color: #6D664D;
}
</style>
background-color css
<style>
a { background-color: #6D664D; }
a { background-color: rgb(109,102,77); }
div.DivClassName
{
background-color: #6D664D;
}
.BgClassName
{
background-color: #6D664D;
}
</style>
border-color css
<style>
span { border-color: #6D664D; }
span { border-color: rgb(109,102,77); }
td.TdClassName
{
border-color: #6D664D;
}
.TagClassName
{
border-color: #6D664D;
}
</style>