Shades of Crocodile #6D6653
Tints of Crocodile #6D6653
RGB
CMYK
RGB Variations
Color information
#6D6653 (or 0x6D6653) is known color: Crocodile. HEX triplet: 6D, 66 and 53. RGB value is (109,102,83). Sum of RGB (Red+Green+Blue) = 109+102+83=294 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.07% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6653 is #9299AC. Grayscale: #666666. Windows color (decimal): -9607597 or 5465709. OLE color: 5465709.
HSL color Cylindrical-coordinate representation of color #6D6653: hue angle of 43.85º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6D6653 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 102 | 83 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.57 |
| HSL | 43.85º | 0.14% | 0.38% | - |
| HSV(B) | 43.85º | 0.24% | 0.43% | - |
| XYZ | 12.62 | 13.38 | 10.1 | - |
| YUV | 101.93 | 117.32 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 102 | 83 | 0 | 0.06 | 0.24 | 0.57 | 43.85 | 0.14 | 0.38 |
| Hex | 6D | 66 | 53 | 0 | 6 | 18 | 39 | 2C | E | 26 |
| Octal | 155 | 146 | 123 | 0 | 6 | 30 | 71 | 54 | 16 | 46 |
| Binary | 1101101 | 1100110 | 1010011 | 0 | 110 | 11000 | 111001 | 101100 | 1110 | 100110 |
Color Harmonies of #6D6653
Complementary color
Monochromatic Colors of #6D6653
Black with #6D6653
Text Example
Text Example
White with #6D6653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6653; }
p { color: rgb(109,102,83); }
H1.HeaderClassName
{
color: #6D6653;
}
.AnyTagClassName
{
color: #6D6653;
}
</style>
background-color css
<style>
a { background-color: #6D6653; }
a { background-color: rgb(109,102,83); }
div.DivClassName
{
background-color: #6D6653;
}
.BgClassName
{
background-color: #6D6653;
}
</style>
border-color css
<style>
span { border-color: #6D6653; }
span { border-color: rgb(109,102,83); }
td.TdClassName
{
border-color: #6D6653;
}
.TagClassName
{
border-color: #6D6653;
}
</style>