Shades of Scorpion #6D565E
Tints of Scorpion #6D565E
RGB
CMYK
RGB Variations
Color information
#6D565E (or 0x6D565E) is known color: Scorpion. HEX triplet: 6D, 56 and 5E. RGB value is (109,86,94). Sum of RGB (Red+Green+Blue) = 109+86+94=289 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.72% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 109 - color contains mainly: red. Hex color #6D565E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D565E is #92A9A1. Grayscale: #5D5D5D. Windows color (decimal): -9611682 or 6182509. OLE color: 6182509.
HSL color Cylindrical-coordinate representation of color #6D565E: hue angle of 339.13º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6D565E is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 86 | 94 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.57 |
| HSL | 339.13º | 0.12% | 0.38% | - |
| HSV(B) | 339.13º | 0.21% | 0.43% | - |
| XYZ | 11.65 | 10.71 | 12.04 | - |
| YUV | 93.79 | 128.12 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 86 | 94 | 0 | 0.21 | 0.14 | 0.57 | 339.13 | 0.12 | 0.38 |
| Hex | 6D | 56 | 5E | 0 | 15 | E | 39 | 153 | C | 26 |
| Octal | 155 | 126 | 136 | 0 | 25 | 16 | 71 | 523 | 14 | 46 |
| Binary | 1101101 | 1010110 | 1011110 | 0 | 10101 | 1110 | 111001 | 101010011 | 1100 | 100110 |
Color Harmonies of #6D565E
Complementary color
Monochromatic Colors of #6D565E
Black with #6D565E
Text Example
Text Example
White with #6D565E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D565E; }
p { color: rgb(109,86,94); }
H1.HeaderClassName
{
color: #6D565E;
}
.AnyTagClassName
{
color: #6D565E;
}
</style>
background-color css
<style>
a { background-color: #6D565E; }
a { background-color: rgb(109,86,94); }
div.DivClassName
{
background-color: #6D565E;
}
.BgClassName
{
background-color: #6D565E;
}
</style>
border-color css
<style>
span { border-color: #6D565E; }
span { border-color: rgb(109,86,94); }
td.TdClassName
{
border-color: #6D565E;
}
.TagClassName
{
border-color: #6D565E;
}
</style>