Shades of Crocodile #6D6851
Tints of Crocodile #6D6851
RGB
CMYK
RGB Variations
Color information
#6D6851 (or 0x6D6851) is known color: Crocodile. HEX triplet: 6D, 68 and 51. RGB value is (109,104,81). Sum of RGB (Red+Green+Blue) = 109+104+81=294 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.07% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 81 (32.03% from 255 or 27.55% from 294); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6851 is #9297AE. Grayscale: #666666. Windows color (decimal): -9607087 or 5335149. OLE color: 5335149.
HSL color Cylindrical-coordinate representation of color #6D6851: hue angle of 49.29º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6D6851 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 104 | 81 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.57 |
| HSL | 49.29º | 0.15% | 0.37% | - |
| HSV(B) | 49.29º | 0.26% | 0.43% | - |
| XYZ | 12.74 | 13.75 | 9.77 | - |
| YUV | 102.87 | 115.66 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 104 | 81 | 0 | 0.05 | 0.26 | 0.57 | 49.29 | 0.15 | 0.37 |
| Hex | 6D | 68 | 51 | 0 | 5 | 1A | 39 | 31 | F | 25 |
| Octal | 155 | 150 | 121 | 0 | 5 | 32 | 71 | 61 | 17 | 45 |
| Binary | 1101101 | 1101000 | 1010001 | 0 | 101 | 11010 | 111001 | 110001 | 1111 | 100101 |
Color Harmonies of #6D6851
Complementary color
Monochromatic Colors of #6D6851
Black with #6D6851
Text Example
Text Example
White with #6D6851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6851; }
p { color: rgb(109,104,81); }
H1.HeaderClassName
{
color: #6D6851;
}
.AnyTagClassName
{
color: #6D6851;
}
</style>
background-color css
<style>
a { background-color: #6D6851; }
a { background-color: rgb(109,104,81); }
div.DivClassName
{
background-color: #6D6851;
}
.BgClassName
{
background-color: #6D6851;
}
</style>
border-color css
<style>
span { border-color: #6D6851; }
span { border-color: rgb(109,104,81); }
td.TdClassName
{
border-color: #6D6851;
}
.TagClassName
{
border-color: #6D6851;
}
</style>