Shades of Crocodile #6D6756
Tints of Crocodile #6D6756
RGB
CMYK
RGB Variations
Color information
#6D6756 (or 0x6D6756) is known color: Crocodile. HEX triplet: 6D, 67 and 56. RGB value is (109,103,86). Sum of RGB (Red+Green+Blue) = 109+103+86=298 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.58% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 86 (33.98% from 255 or 28.86% from 298); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6756 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6756 is #9298A9. Grayscale: #666666. Windows color (decimal): -9607338 or 5662573. OLE color: 5662573.
HSL color Cylindrical-coordinate representation of color #6D6756: hue angle of 44.35º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6D6756 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 103 | 86 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.57 |
| HSL | 44.35º | 0.12% | 0.38% | - |
| HSV(B) | 44.35º | 0.21% | 0.43% | - |
| XYZ | 12.84 | 13.62 | 10.76 | - |
| YUV | 102.86 | 118.49 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 103 | 86 | 0 | 0.06 | 0.21 | 0.57 | 44.35 | 0.12 | 0.38 |
| Hex | 6D | 67 | 56 | 0 | 6 | 15 | 39 | 2C | C | 26 |
| Octal | 155 | 147 | 126 | 0 | 6 | 25 | 71 | 54 | 14 | 46 |
| Binary | 1101101 | 1100111 | 1010110 | 0 | 110 | 10101 | 111001 | 101100 | 1100 | 100110 |
Color Harmonies of #6D6756
Complementary color
Monochromatic Colors of #6D6756
Black with #6D6756
Text Example
Text Example
White with #6D6756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6756; }
p { color: rgb(109,103,86); }
H1.HeaderClassName
{
color: #6D6756;
}
.AnyTagClassName
{
color: #6D6756;
}
</style>
background-color css
<style>
a { background-color: #6D6756; }
a { background-color: rgb(109,103,86); }
div.DivClassName
{
background-color: #6D6756;
}
.BgClassName
{
background-color: #6D6756;
}
</style>
border-color css
<style>
span { border-color: #6D6756; }
span { border-color: rgb(109,103,86); }
td.TdClassName
{
border-color: #6D6756;
}
.TagClassName
{
border-color: #6D6756;
}
</style>