Shades of Scorpion #60595C
Tints of Scorpion #60595C
RGB
CMYK
RGB Variations
Color information
#60595C (or 0x60595C) is known color: Scorpion. HEX triplet: 60, 59 and 5C. RGB value is (96,89,92). Sum of RGB (Red+Green+Blue) = 96+89+92=277 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.66% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 96 - color contains mainly: red. Hex color #60595C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60595C is #9FA6A3. Grayscale: #5B5B5B. Windows color (decimal): -10462884 or 6052192. OLE color: 6052192.
HSL color Cylindrical-coordinate representation of color #60595C: hue angle of 334.29º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #60595C is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 89 | 92 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.62 |
| HSL | 334.29º | 0.04% | 0.36% | - |
| HSV(B) | 334.29º | 0.07% | 0.38% | - |
| XYZ | 10.33 | 10.4 | 11.59 | - |
| YUV | 91.44 | 128.32 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 89 | 92 | 0 | 0.07 | 0.04 | 0.62 | 334.29 | 0.04 | 0.36 |
| Hex | 60 | 59 | 5C | 0 | 7 | 4 | 3E | 14E | 4 | 24 |
| Octal | 140 | 131 | 134 | 0 | 7 | 4 | 76 | 516 | 4 | 44 |
| Binary | 1100000 | 1011001 | 1011100 | 0 | 111 | 100 | 111110 | 101001110 | 100 | 100100 |
Color Harmonies of #60595C
Complementary color
Monochromatic Colors of #60595C
Black with #60595C
Text Example
Text Example
White with #60595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60595C; }
p { color: rgb(96,89,92); }
H1.HeaderClassName
{
color: #60595C;
}
.AnyTagClassName
{
color: #60595C;
}
</style>
background-color css
<style>
a { background-color: #60595C; }
a { background-color: rgb(96,89,92); }
div.DivClassName
{
background-color: #60595C;
}
.BgClassName
{
background-color: #60595C;
}
</style>
border-color css
<style>
span { border-color: #60595C; }
span { border-color: rgb(96,89,92); }
td.TdClassName
{
border-color: #60595C;
}
.TagClassName
{
border-color: #60595C;
}
</style>