Shades of Crocodile #6D6755
Tints of Crocodile #6D6755
RGB
CMYK
RGB Variations
Color information
#6D6755 (or 0x6D6755) is known color: Crocodile. HEX triplet: 6D, 67 and 55. RGB value is (109,103,85). Sum of RGB (Red+Green+Blue) = 109+103+85=297 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.70% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6755 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6755 is #9298AA. Grayscale: #666666. Windows color (decimal): -9607339 or 5597037. OLE color: 5597037.
HSL color Cylindrical-coordinate representation of color #6D6755: hue angle of 45º 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 #6D6755 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 103 | 85 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.57 |
| HSL | 45º | 0.12% | 0.38% | - |
| HSV(B) | 45º | 0.22% | 0.43% | - |
| XYZ | 12.8 | 13.61 | 10.55 | - |
| YUV | 102.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 103 | 85 | 0 | 0.06 | 0.22 | 0.57 | 45 | 0.12 | 0.38 |
| Hex | 6D | 67 | 55 | 0 | 6 | 16 | 39 | 2D | C | 26 |
| Octal | 155 | 147 | 125 | 0 | 6 | 26 | 71 | 55 | 14 | 46 |
| Binary | 1101101 | 1100111 | 1010101 | 0 | 110 | 10110 | 111001 | 101101 | 1100 | 100110 |
Color Harmonies of #6D6755
Complementary color
Monochromatic Colors of #6D6755
Black with #6D6755
Text Example
Text Example
White with #6D6755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6755; }
p { color: rgb(109,103,85); }
H1.HeaderClassName
{
color: #6D6755;
}
.AnyTagClassName
{
color: #6D6755;
}
</style>
background-color css
<style>
a { background-color: #6D6755; }
a { background-color: rgb(109,103,85); }
div.DivClassName
{
background-color: #6D6755;
}
.BgClassName
{
background-color: #6D6755;
}
</style>
border-color css
<style>
span { border-color: #6D6755; }
span { border-color: rgb(109,103,85); }
td.TdClassName
{
border-color: #6D6755;
}
.TagClassName
{
border-color: #6D6755;
}
</style>