Shades of Scorpion #6A595E
Tints of Scorpion #6A595E
RGB
CMYK
RGB Variations
Color information
#6A595E (or 0x6A595E) is known color: Scorpion. HEX triplet: 6A, 59 and 5E. RGB value is (106,89,94). Sum of RGB (Red+Green+Blue) = 106+89+94=289 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.68% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 106 - color contains mainly: red. Hex color #6A595E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A595E is #95A6A1. Grayscale: #5E5E5E. Windows color (decimal): -9807522 or 6183274. OLE color: 6183274.
HSL color Cylindrical-coordinate representation of color #6A595E: hue angle of 342.35º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6A595E is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 89 | 94 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.58 |
| HSL | 342.35º | 0.09% | 0.38% | - |
| HSV(B) | 342.35º | 0.16% | 0.42% | - |
| XYZ | 11.54 | 11.02 | 12.11 | - |
| YUV | 94.65 | 127.63 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 89 | 94 | 0 | 0.16 | 0.11 | 0.58 | 342.35 | 0.09 | 0.38 |
| Hex | 6A | 59 | 5E | 0 | 10 | B | 3A | 156 | 9 | 26 |
| Octal | 152 | 131 | 136 | 0 | 20 | 13 | 72 | 526 | 11 | 46 |
| Binary | 1101010 | 1011001 | 1011110 | 0 | 10000 | 1011 | 111010 | 101010110 | 1001 | 100110 |
Color Harmonies of #6A595E
Complementary color
Monochromatic Colors of #6A595E
Black with #6A595E
Text Example
Text Example
White with #6A595E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A595E; }
p { color: rgb(106,89,94); }
H1.HeaderClassName
{
color: #6A595E;
}
.AnyTagClassName
{
color: #6A595E;
}
</style>
background-color css
<style>
a { background-color: #6A595E; }
a { background-color: rgb(106,89,94); }
div.DivClassName
{
background-color: #6A595E;
}
.BgClassName
{
background-color: #6A595E;
}
</style>
border-color css
<style>
span { border-color: #6A595E; }
span { border-color: rgb(106,89,94); }
td.TdClassName
{
border-color: #6A595E;
}
.TagClassName
{
border-color: #6A595E;
}
</style>