Shades of Crocodile #6D6852
Tints of Crocodile #6D6852
RGB
CMYK
RGB Variations
Color information
#6D6852 (or 0x6D6852) is known color: Crocodile. HEX triplet: 6D, 68 and 52. RGB value is (109,104,82). Sum of RGB (Red+Green+Blue) = 109+104+82=295 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.95% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6852 is #9297AD. Grayscale: #676767. Windows color (decimal): -9607086 or 5400685. OLE color: 5400685.
HSL color Cylindrical-coordinate representation of color #6D6852: hue angle of 48.89º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D6852 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 104 | 82 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.57 |
| HSL | 48.89º | 0.14% | 0.37% | - |
| HSV(B) | 48.89º | 0.25% | 0.43% | - |
| XYZ | 12.78 | 13.76 | 9.97 | - |
| YUV | 102.99 | 116.16 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 104 | 82 | 0 | 0.05 | 0.25 | 0.57 | 48.89 | 0.14 | 0.37 |
| Hex | 6D | 68 | 52 | 0 | 5 | 19 | 39 | 31 | E | 25 |
| Octal | 155 | 150 | 122 | 0 | 5 | 31 | 71 | 61 | 16 | 45 |
| Binary | 1101101 | 1101000 | 1010010 | 0 | 101 | 11001 | 111001 | 110001 | 1110 | 100101 |
Color Harmonies of #6D6852
Complementary color
Monochromatic Colors of #6D6852
Black with #6D6852
Text Example
Text Example
White with #6D6852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6852; }
p { color: rgb(109,104,82); }
H1.HeaderClassName
{
color: #6D6852;
}
.AnyTagClassName
{
color: #6D6852;
}
</style>
background-color css
<style>
a { background-color: #6D6852; }
a { background-color: rgb(109,104,82); }
div.DivClassName
{
background-color: #6D6852;
}
.BgClassName
{
background-color: #6D6852;
}
</style>
border-color css
<style>
span { border-color: #6D6852; }
span { border-color: rgb(109,104,82); }
td.TdClassName
{
border-color: #6D6852;
}
.TagClassName
{
border-color: #6D6852;
}
</style>