Shades of Crocodile #6D6A53
Tints of Crocodile #6D6A53
RGB
CMYK
RGB Variations
Color information
#6D6A53 (or 0x6D6A53) is known color: Crocodile. HEX triplet: 6D, 6A and 53. RGB value is (109,106,83). Sum of RGB (Red+Green+Blue) = 109+106+83=298 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.58% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 83 (32.81% from 255 or 27.85% from 298); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6A53 is #9295AC. Grayscale: #686868. Windows color (decimal): -9606573 or 5466733. OLE color: 5466733.
HSL color Cylindrical-coordinate representation of color #6D6A53: hue angle of 53.08º 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 #6D6A53 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 106 | 83 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.57 |
| HSL | 53.08º | 0.14% | 0.38% | - |
| HSV(B) | 53.08º | 0.24% | 0.43% | - |
| XYZ | 13.02 | 14.18 | 10.24 | - |
| YUV | 104.28 | 115.99 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 106 | 83 | 0 | 0.03 | 0.24 | 0.57 | 53.08 | 0.14 | 0.38 |
| Hex | 6D | 6A | 53 | 0 | 3 | 18 | 39 | 35 | E | 26 |
| Octal | 155 | 152 | 123 | 0 | 3 | 30 | 71 | 65 | 16 | 46 |
| Binary | 1101101 | 1101010 | 1010011 | 0 | 11 | 11000 | 111001 | 110101 | 1110 | 100110 |
Color Harmonies of #6D6A53
Complementary color
Monochromatic Colors of #6D6A53
Black with #6D6A53
Text Example
Text Example
White with #6D6A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6A53; }
p { color: rgb(109,106,83); }
H1.HeaderClassName
{
color: #6D6A53;
}
.AnyTagClassName
{
color: #6D6A53;
}
</style>
background-color css
<style>
a { background-color: #6D6A53; }
a { background-color: rgb(109,106,83); }
div.DivClassName
{
background-color: #6D6A53;
}
.BgClassName
{
background-color: #6D6A53;
}
</style>
border-color css
<style>
span { border-color: #6D6A53; }
span { border-color: rgb(109,106,83); }
td.TdClassName
{
border-color: #6D6A53;
}
.TagClassName
{
border-color: #6D6A53;
}
</style>