Shades of Scorpion #6D575E
Tints of Scorpion #6D575E
RGB
CMYK
RGB Variations
Color information
#6D575E (or 0x6D575E) is known color: Scorpion. HEX triplet: 6D, 57 and 5E. RGB value is (109,87,94). Sum of RGB (Red+Green+Blue) = 109+87+94=290 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.59% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 109 - color contains mainly: red. Hex color #6D575E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D575E is #92A8A1. Grayscale: #5E5E5E. Windows color (decimal): -9611426 or 6182765. OLE color: 6182765.
HSL color Cylindrical-coordinate representation of color #6D575E: hue angle of 340.91º 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 #6D575E is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 87 | 94 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.57 |
| HSL | 340.91º | 0.11% | 0.38% | - |
| HSV(B) | 340.91º | 0.2% | 0.43% | - |
| XYZ | 11.74 | 10.88 | 12.07 | - |
| YUV | 94.38 | 127.79 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 87 | 94 | 0 | 0.20 | 0.14 | 0.57 | 340.91 | 0.11 | 0.38 |
| Hex | 6D | 57 | 5E | 0 | 14 | E | 39 | 155 | B | 26 |
| Octal | 155 | 127 | 136 | 0 | 24 | 16 | 71 | 525 | 13 | 46 |
| Binary | 1101101 | 1010111 | 1011110 | 0 | 10100 | 1110 | 111001 | 101010101 | 1011 | 100110 |
Color Harmonies of #6D575E
Complementary color
Monochromatic Colors of #6D575E
Black with #6D575E
Text Example
Text Example
White with #6D575E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D575E; }
p { color: rgb(109,87,94); }
H1.HeaderClassName
{
color: #6D575E;
}
.AnyTagClassName
{
color: #6D575E;
}
</style>
background-color css
<style>
a { background-color: #6D575E; }
a { background-color: rgb(109,87,94); }
div.DivClassName
{
background-color: #6D575E;
}
.BgClassName
{
background-color: #6D575E;
}
</style>
border-color css
<style>
span { border-color: #6D575E; }
span { border-color: rgb(109,87,94); }
td.TdClassName
{
border-color: #6D575E;
}
.TagClassName
{
border-color: #6D575E;
}
</style>