Shades of Crocodile #6D6950
Tints of Crocodile #6D6950
RGB
CMYK
RGB Variations
Color information
#6D6950 (or 0x6D6950) is known color: Crocodile. HEX triplet: 6D, 69 and 50. RGB value is (109,105,80). Sum of RGB (Red+Green+Blue) = 109+105+80=294 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.07% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6950 is #9296AF. Grayscale: #676767. Windows color (decimal): -9606832 or 5269869. OLE color: 5269869.
HSL color Cylindrical-coordinate representation of color #6D6950: hue angle of 51.72º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6D6950 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 105 | 80 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.57 |
| HSL | 51.72º | 0.15% | 0.37% | - |
| HSV(B) | 51.72º | 0.27% | 0.43% | - |
| XYZ | 12.81 | 13.93 | 9.6 | - |
| YUV | 103.35 | 114.83 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 105 | 80 | 0 | 0.04 | 0.27 | 0.57 | 51.72 | 0.15 | 0.37 |
| Hex | 6D | 69 | 50 | 0 | 4 | 1B | 39 | 34 | F | 25 |
| Octal | 155 | 151 | 120 | 0 | 4 | 33 | 71 | 64 | 17 | 45 |
| Binary | 1101101 | 1101001 | 1010000 | 0 | 100 | 11011 | 111001 | 110100 | 1111 | 100101 |
Color Harmonies of #6D6950
Complementary color
Monochromatic Colors of #6D6950
Black with #6D6950
Text Example
Text Example
White with #6D6950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6950; }
p { color: rgb(109,105,80); }
H1.HeaderClassName
{
color: #6D6950;
}
.AnyTagClassName
{
color: #6D6950;
}
</style>
background-color css
<style>
a { background-color: #6D6950; }
a { background-color: rgb(109,105,80); }
div.DivClassName
{
background-color: #6D6950;
}
.BgClassName
{
background-color: #6D6950;
}
</style>
border-color css
<style>
span { border-color: #6D6950; }
span { border-color: rgb(109,105,80); }
td.TdClassName
{
border-color: #6D6950;
}
.TagClassName
{
border-color: #6D6950;
}
</style>