Shades of Scorpion #615A5E
Tints of Scorpion #615A5E
RGB
CMYK
RGB Variations
Color information
#615A5E (or 0x615A5E) is known color: Scorpion. HEX triplet: 61, 5A and 5E. RGB value is (97,90,94). Sum of RGB (Red+Green+Blue) = 97+90+94=281 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.52% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 97 - color contains mainly: red. Hex color #615A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615A5E is #9EA5A1. Grayscale: #5C5C5C. Windows color (decimal): -10397090 or 6183521. OLE color: 6183521.
HSL color Cylindrical-coordinate representation of color #615A5E: hue angle of 325.71º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #615A5E is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 90 | 94 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.62 |
| HSL | 325.71º | 0.04% | 0.37% | - |
| HSV(B) | 325.71º | 0.07% | 0.38% | - |
| XYZ | 10.61 | 10.66 | 12.09 | - |
| YUV | 92.55 | 128.82 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 90 | 94 | 0 | 0.07 | 0.03 | 0.62 | 325.71 | 0.04 | 0.37 |
| Hex | 61 | 5A | 5E | 0 | 7 | 3 | 3E | 146 | 4 | 25 |
| Octal | 141 | 132 | 136 | 0 | 7 | 3 | 76 | 506 | 4 | 45 |
| Binary | 1100001 | 1011010 | 1011110 | 0 | 111 | 11 | 111110 | 101000110 | 100 | 100101 |
Color Harmonies of #615A5E
Complementary color
Monochromatic Colors of #615A5E
Black with #615A5E
Text Example
Text Example
White with #615A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615A5E; }
p { color: rgb(97,90,94); }
H1.HeaderClassName
{
color: #615A5E;
}
.AnyTagClassName
{
color: #615A5E;
}
</style>
background-color css
<style>
a { background-color: #615A5E; }
a { background-color: rgb(97,90,94); }
div.DivClassName
{
background-color: #615A5E;
}
.BgClassName
{
background-color: #615A5E;
}
</style>
border-color css
<style>
span { border-color: #615A5E; }
span { border-color: rgb(97,90,94); }
td.TdClassName
{
border-color: #615A5E;
}
.TagClassName
{
border-color: #615A5E;
}
</style>