Shades of Crocodile #6D6856
Tints of Crocodile #6D6856
RGB
CMYK
RGB Variations
Color information
#6D6856 (or 0x6D6856) is known color: Crocodile. HEX triplet: 6D, 68 and 56. RGB value is (109,104,86). Sum of RGB (Red+Green+Blue) = 109+104+86=299 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.45% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 86 (33.98% from 255 or 28.76% from 299); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6856 is #9297A9. Grayscale: #676767. Windows color (decimal): -9607082 or 5662829. OLE color: 5662829.
HSL color Cylindrical-coordinate representation of color #6D6856: hue angle of 46.96º 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 #6D6856 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 104 | 86 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.57 |
| HSL | 46.96º | 0.12% | 0.38% | - |
| HSV(B) | 46.96º | 0.21% | 0.43% | - |
| XYZ | 12.94 | 13.82 | 10.79 | - |
| YUV | 103.44 | 118.16 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 104 | 86 | 0 | 0.05 | 0.21 | 0.57 | 46.96 | 0.12 | 0.38 |
| Hex | 6D | 68 | 56 | 0 | 5 | 15 | 39 | 2F | C | 26 |
| Octal | 155 | 150 | 126 | 0 | 5 | 25 | 71 | 57 | 14 | 46 |
| Binary | 1101101 | 1101000 | 1010110 | 0 | 101 | 10101 | 111001 | 101111 | 1100 | 100110 |
Color Harmonies of #6D6856
Complementary color
Monochromatic Colors of #6D6856
Black with #6D6856
Text Example
Text Example
White with #6D6856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6856; }
p { color: rgb(109,104,86); }
H1.HeaderClassName
{
color: #6D6856;
}
.AnyTagClassName
{
color: #6D6856;
}
</style>
background-color css
<style>
a { background-color: #6D6856; }
a { background-color: rgb(109,104,86); }
div.DivClassName
{
background-color: #6D6856;
}
.BgClassName
{
background-color: #6D6856;
}
</style>
border-color css
<style>
span { border-color: #6D6856; }
span { border-color: rgb(109,104,86); }
td.TdClassName
{
border-color: #6D6856;
}
.TagClassName
{
border-color: #6D6856;
}
</style>