Shades of Scorpion #615A5C
Tints of Scorpion #615A5C
RGB
CMYK
RGB Variations
Color information
#615A5C (or 0x615A5C) is known color: Scorpion. HEX triplet: 61, 5A and 5C. RGB value is (97,90,92). Sum of RGB (Red+Green+Blue) = 97+90+92=279 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.77% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 97 - color contains mainly: red. Hex color #615A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615A5C is #9EA5A3. Grayscale: #5C5C5C. Windows color (decimal): -10397092 or 6052449. OLE color: 6052449.
HSL color Cylindrical-coordinate representation of color #615A5C: hue angle of 342.86º 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 #615A5C is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 90 | 92 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.62 |
| HSL | 342.86º | 0.04% | 0.37% | - |
| HSV(B) | 342.86º | 0.07% | 0.38% | - |
| XYZ | 10.52 | 10.63 | 11.62 | - |
| YUV | 92.32 | 127.82 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 90 | 92 | 0 | 0.07 | 0.05 | 0.62 | 342.86 | 0.04 | 0.37 |
| Hex | 61 | 5A | 5C | 0 | 7 | 5 | 3E | 157 | 4 | 25 |
| Octal | 141 | 132 | 134 | 0 | 7 | 5 | 76 | 527 | 4 | 45 |
| Binary | 1100001 | 1011010 | 1011100 | 0 | 111 | 101 | 111110 | 101010111 | 100 | 100101 |
Color Harmonies of #615A5C
Complementary color
Monochromatic Colors of #615A5C
Black with #615A5C
Text Example
Text Example
White with #615A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615A5C; }
p { color: rgb(97,90,92); }
H1.HeaderClassName
{
color: #615A5C;
}
.AnyTagClassName
{
color: #615A5C;
}
</style>
background-color css
<style>
a { background-color: #615A5C; }
a { background-color: rgb(97,90,92); }
div.DivClassName
{
background-color: #615A5C;
}
.BgClassName
{
background-color: #615A5C;
}
</style>
border-color css
<style>
span { border-color: #615A5C; }
span { border-color: rgb(97,90,92); }
td.TdClassName
{
border-color: #615A5C;
}
.TagClassName
{
border-color: #615A5C;
}
</style>