Shades of Crocodile #6D664A
Tints of Crocodile #6D664A
RGB
CMYK
RGB Variations
Color information
#6D664A (or 0x6D664A) is known color: Crocodile. HEX triplet: 6D, 66 and 4A. RGB value is (109,102,74). Sum of RGB (Red+Green+Blue) = 109+102+74=285 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.25% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 109 - color contains mainly: red. Hex color #6D664A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D664A is #9299B5. Grayscale: #656565. Windows color (decimal): -9607606 or 4875885. OLE color: 4875885.
HSL color Cylindrical-coordinate representation of color #6D664A: hue angle of 48º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6D664A is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 102 | 74 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.57 |
| HSL | 48º | 0.19% | 0.36% | - |
| HSV(B) | 48º | 0.32% | 0.43% | - |
| XYZ | 12.29 | 13.25 | 8.39 | - |
| YUV | 100.9 | 112.82 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 102 | 74 | 0 | 0.06 | 0.32 | 0.57 | 48 | 0.19 | 0.36 |
| Hex | 6D | 66 | 4A | 0 | 6 | 20 | 39 | 30 | 13 | 24 |
| Octal | 155 | 146 | 112 | 0 | 6 | 40 | 71 | 60 | 23 | 44 |
| Binary | 1101101 | 1100110 | 1001010 | 0 | 110 | 100000 | 111001 | 110000 | 10011 | 100100 |
Color Harmonies of #6D664A
Complementary color
Monochromatic Colors of #6D664A
Black with #6D664A
Text Example
Text Example
White with #6D664A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D664A; }
p { color: rgb(109,102,74); }
H1.HeaderClassName
{
color: #6D664A;
}
.AnyTagClassName
{
color: #6D664A;
}
</style>
background-color css
<style>
a { background-color: #6D664A; }
a { background-color: rgb(109,102,74); }
div.DivClassName
{
background-color: #6D664A;
}
.BgClassName
{
background-color: #6D664A;
}
</style>
border-color css
<style>
span { border-color: #6D664A; }
span { border-color: rgb(109,102,74); }
td.TdClassName
{
border-color: #6D664A;
}
.TagClassName
{
border-color: #6D664A;
}
</style>