Shades of Scorpion #6D575D
Tints of Scorpion #6D575D
RGB
CMYK
RGB Variations
Color information
#6D575D (or 0x6D575D) is known color: Scorpion. HEX triplet: 6D, 57 and 5D. RGB value is (109,87,93). Sum of RGB (Red+Green+Blue) = 109+87+93=289 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.72% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 109 - color contains mainly: red. Hex color #6D575D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D575D is #92A8A2. Grayscale: #5E5E5E. Windows color (decimal): -9611427 or 6117229. OLE color: 6117229.
HSL color Cylindrical-coordinate representation of color #6D575D: hue angle of 343.64º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6D575D is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 87 | 93 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.57 |
| HSL | 343.64º | 0.11% | 0.38% | - |
| HSV(B) | 343.64º | 0.2% | 0.43% | - |
| XYZ | 11.69 | 10.86 | 11.84 | - |
| YUV | 94.26 | 127.29 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 87 | 93 | 0 | 0.20 | 0.15 | 0.57 | 343.64 | 0.11 | 0.38 |
| Hex | 6D | 57 | 5D | 0 | 14 | F | 39 | 158 | B | 26 |
| Octal | 155 | 127 | 135 | 0 | 24 | 17 | 71 | 530 | 13 | 46 |
| Binary | 1101101 | 1010111 | 1011101 | 0 | 10100 | 1111 | 111001 | 101011000 | 1011 | 100110 |
Color Harmonies of #6D575D
Complementary color
Monochromatic Colors of #6D575D
Black with #6D575D
Text Example
Text Example
White with #6D575D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D575D; }
p { color: rgb(109,87,93); }
H1.HeaderClassName
{
color: #6D575D;
}
.AnyTagClassName
{
color: #6D575D;
}
</style>
background-color css
<style>
a { background-color: #6D575D; }
a { background-color: rgb(109,87,93); }
div.DivClassName
{
background-color: #6D575D;
}
.BgClassName
{
background-color: #6D575D;
}
</style>
border-color css
<style>
span { border-color: #6D575D; }
span { border-color: rgb(109,87,93); }
td.TdClassName
{
border-color: #6D575D;
}
.TagClassName
{
border-color: #6D575D;
}
</style>