Shades of Crocodile #6D6855
Tints of Crocodile #6D6855
RGB
CMYK
RGB Variations
Color information
#6D6855 (or 0x6D6855) is known color: Crocodile. HEX triplet: 6D, 68 and 55. RGB value is (109,104,85). Sum of RGB (Red+Green+Blue) = 109+104+85=298 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.58% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6855 is #9297AA. Grayscale: #676767. Windows color (decimal): -9607083 or 5597293. OLE color: 5597293.
HSL color Cylindrical-coordinate representation of color #6D6855: hue angle of 47.5º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6D6855 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 104 | 85 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.57 |
| HSL | 47.5º | 0.12% | 0.38% | - |
| HSV(B) | 47.5º | 0.22% | 0.43% | - |
| XYZ | 12.9 | 13.81 | 10.58 | - |
| YUV | 103.33 | 117.66 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 104 | 85 | 0 | 0.05 | 0.22 | 0.57 | 47.5 | 0.12 | 0.38 |
| Hex | 6D | 68 | 55 | 0 | 5 | 16 | 39 | 30 | C | 26 |
| Octal | 155 | 150 | 125 | 0 | 5 | 26 | 71 | 60 | 14 | 46 |
| Binary | 1101101 | 1101000 | 1010101 | 0 | 101 | 10110 | 111001 | 110000 | 1100 | 100110 |
Color Harmonies of #6D6855
Complementary color
Monochromatic Colors of #6D6855
Black with #6D6855
Text Example
Text Example
White with #6D6855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6855; }
p { color: rgb(109,104,85); }
H1.HeaderClassName
{
color: #6D6855;
}
.AnyTagClassName
{
color: #6D6855;
}
</style>
background-color css
<style>
a { background-color: #6D6855; }
a { background-color: rgb(109,104,85); }
div.DivClassName
{
background-color: #6D6855;
}
.BgClassName
{
background-color: #6D6855;
}
</style>
border-color css
<style>
span { border-color: #6D6855; }
span { border-color: rgb(109,104,85); }
td.TdClassName
{
border-color: #6D6855;
}
.TagClassName
{
border-color: #6D6855;
}
</style>