Shades of Crocodile #6D6858
Tints of Crocodile #6D6858
RGB
CMYK
RGB Variations
Color information
#6D6858 (or 0x6D6858) is known color: Crocodile. HEX triplet: 6D, 68 and 58. RGB value is (109,104,88). Sum of RGB (Red+Green+Blue) = 109+104+88=301 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.21% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6858 is #9297A7. Grayscale: #676767. Windows color (decimal): -9607080 or 5793901. OLE color: 5793901.
HSL color Cylindrical-coordinate representation of color #6D6858: hue angle of 45.71º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6D6858 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 104 | 88 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.57 |
| HSL | 45.71º | 0.11% | 0.39% | - |
| HSV(B) | 45.71º | 0.19% | 0.43% | - |
| XYZ | 13.02 | 13.86 | 11.22 | - |
| YUV | 103.67 | 119.16 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 104 | 88 | 0 | 0.05 | 0.19 | 0.57 | 45.71 | 0.11 | 0.39 |
| Hex | 6D | 68 | 58 | 0 | 5 | 13 | 39 | 2E | B | 27 |
| Octal | 155 | 150 | 130 | 0 | 5 | 23 | 71 | 56 | 13 | 47 |
| Binary | 1101101 | 1101000 | 1011000 | 0 | 101 | 10011 | 111001 | 101110 | 1011 | 100111 |
Color Harmonies of #6D6858
Complementary color
Monochromatic Colors of #6D6858
Black with #6D6858
Text Example
Text Example
White with #6D6858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6858; }
p { color: rgb(109,104,88); }
H1.HeaderClassName
{
color: #6D6858;
}
.AnyTagClassName
{
color: #6D6858;
}
</style>
background-color css
<style>
a { background-color: #6D6858; }
a { background-color: rgb(109,104,88); }
div.DivClassName
{
background-color: #6D6858;
}
.BgClassName
{
background-color: #6D6858;
}
</style>
border-color css
<style>
span { border-color: #6D6858; }
span { border-color: rgb(109,104,88); }
td.TdClassName
{
border-color: #6D6858;
}
.TagClassName
{
border-color: #6D6858;
}
</style>