Shades of Crocodile #6D6959
Tints of Crocodile #6D6959
RGB
CMYK
RGB Variations
Color information
#6D6959 (or 0x6D6959) is known color: Crocodile. HEX triplet: 6D, 69 and 59. RGB value is (109,105,89). Sum of RGB (Red+Green+Blue) = 109+105+89=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 89 (35.16% from 255 or 29.37% from 303); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6959 is #9296A6. Grayscale: #686868. Windows color (decimal): -9606823 or 5859693. OLE color: 5859693.
HSL color Cylindrical-coordinate representation of color #6D6959: hue angle of 48º 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 #6D6959 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 105 | 89 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.57 |
| HSL | 48º | 0.1% | 0.39% | - |
| HSV(B) | 48º | 0.18% | 0.43% | - |
| XYZ | 13.16 | 14.08 | 11.47 | - |
| YUV | 104.37 | 119.33 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 105 | 89 | 0 | 0.04 | 0.18 | 0.57 | 48 | 0.1 | 0.39 |
| Hex | 6D | 69 | 59 | 0 | 4 | 12 | 39 | 30 | A | 27 |
| Octal | 155 | 151 | 131 | 0 | 4 | 22 | 71 | 60 | 12 | 47 |
| Binary | 1101101 | 1101001 | 1011001 | 0 | 100 | 10010 | 111001 | 110000 | 1010 | 100111 |
Color Harmonies of #6D6959
Complementary color
Monochromatic Colors of #6D6959
Black with #6D6959
Text Example
Text Example
White with #6D6959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6959; }
p { color: rgb(109,105,89); }
H1.HeaderClassName
{
color: #6D6959;
}
.AnyTagClassName
{
color: #6D6959;
}
</style>
background-color css
<style>
a { background-color: #6D6959; }
a { background-color: rgb(109,105,89); }
div.DivClassName
{
background-color: #6D6959;
}
.BgClassName
{
background-color: #6D6959;
}
</style>
border-color css
<style>
span { border-color: #6D6959; }
span { border-color: rgb(109,105,89); }
td.TdClassName
{
border-color: #6D6959;
}
.TagClassName
{
border-color: #6D6959;
}
</style>