Shades of Crocodile #6D6859
Tints of Crocodile #6D6859
RGB
CMYK
RGB Variations
Color information
#6D6859 (or 0x6D6859) is known color: Crocodile. HEX triplet: 6D, 68 and 59. RGB value is (109,104,89). Sum of RGB (Red+Green+Blue) = 109+104+89=302 (40% of max value = 765). Red value is 109 (42.97% from 255 or 36.09% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 89 (35.16% from 255 or 29.47% from 302); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6859 is #9297A6. Grayscale: #676767. Windows color (decimal): -9607079 or 5859437. OLE color: 5859437.
HSL color Cylindrical-coordinate representation of color #6D6859: hue angle of 45º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6D6859 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 104 | 89 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.57 |
| HSL | 45º | 0.1% | 0.39% | - |
| HSV(B) | 45º | 0.18% | 0.43% | - |
| XYZ | 13.06 | 13.87 | 11.44 | - |
| YUV | 103.79 | 119.66 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 104 | 89 | 0 | 0.05 | 0.18 | 0.57 | 45 | 0.1 | 0.39 |
| Hex | 6D | 68 | 59 | 0 | 5 | 12 | 39 | 2D | A | 27 |
| Octal | 155 | 150 | 131 | 0 | 5 | 22 | 71 | 55 | 12 | 47 |
| Binary | 1101101 | 1101000 | 1011001 | 0 | 101 | 10010 | 111001 | 101101 | 1010 | 100111 |
Color Harmonies of #6D6859
Complementary color
Monochromatic Colors of #6D6859
Black with #6D6859
Text Example
Text Example
White with #6D6859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6859; }
p { color: rgb(109,104,89); }
H1.HeaderClassName
{
color: #6D6859;
}
.AnyTagClassName
{
color: #6D6859;
}
</style>
background-color css
<style>
a { background-color: #6D6859; }
a { background-color: rgb(109,104,89); }
div.DivClassName
{
background-color: #6D6859;
}
.BgClassName
{
background-color: #6D6859;
}
</style>
border-color css
<style>
span { border-color: #6D6859; }
span { border-color: rgb(109,104,89); }
td.TdClassName
{
border-color: #6D6859;
}
.TagClassName
{
border-color: #6D6859;
}
</style>