Shades of Crocodile #6D6952
Tints of Crocodile #6D6952
RGB
CMYK
RGB Variations
Color information
#6D6952 (or 0x6D6952) is known color: Crocodile. HEX triplet: 6D, 69 and 52. RGB value is (109,105,82). Sum of RGB (Red+Green+Blue) = 109+105+82=296 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.82% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 82 (32.42% from 255 or 27.70% from 296); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6952 is #9296AD. Grayscale: #676767. Windows color (decimal): -9606830 or 5400941. OLE color: 5400941.
HSL color Cylindrical-coordinate representation of color #6D6952: hue angle of 51.11º 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 #6D6952 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 105 | 82 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.57 |
| HSL | 51.11º | 0.14% | 0.37% | - |
| HSV(B) | 51.11º | 0.25% | 0.43% | - |
| XYZ | 12.88 | 13.96 | 10 | - |
| YUV | 103.57 | 115.83 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 105 | 82 | 0 | 0.04 | 0.25 | 0.57 | 51.11 | 0.14 | 0.37 |
| Hex | 6D | 69 | 52 | 0 | 4 | 19 | 39 | 33 | E | 25 |
| Octal | 155 | 151 | 122 | 0 | 4 | 31 | 71 | 63 | 16 | 45 |
| Binary | 1101101 | 1101001 | 1010010 | 0 | 100 | 11001 | 111001 | 110011 | 1110 | 100101 |
Color Harmonies of #6D6952
Complementary color
Monochromatic Colors of #6D6952
Black with #6D6952
Text Example
Text Example
White with #6D6952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6952; }
p { color: rgb(109,105,82); }
H1.HeaderClassName
{
color: #6D6952;
}
.AnyTagClassName
{
color: #6D6952;
}
</style>
background-color css
<style>
a { background-color: #6D6952; }
a { background-color: rgb(109,105,82); }
div.DivClassName
{
background-color: #6D6952;
}
.BgClassName
{
background-color: #6D6952;
}
</style>
border-color css
<style>
span { border-color: #6D6952; }
span { border-color: rgb(109,105,82); }
td.TdClassName
{
border-color: #6D6952;
}
.TagClassName
{
border-color: #6D6952;
}
</style>