Shades of Scorpion #605C5E
Tints of Scorpion #605C5E
RGB
CMYK
RGB Variations
Color information
#605C5E (or 0x605C5E) is known color: Scorpion. HEX triplet: 60, 5C and 5E. RGB value is (96,92,94). Sum of RGB (Red+Green+Blue) = 96+92+94=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 96 - color contains mainly: red. Hex color #605C5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605C5E is #9FA3A1. Grayscale: #5D5D5D. Windows color (decimal): -10462114 or 6184032. OLE color: 6184032.
HSL color Cylindrical-coordinate representation of color #605C5E: hue angle of 330º degrees, saturation: 0.02, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #605C5E is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
RGB | 96 | 92 | 94 | - |
CMYK | 0 | 0.04 | 0.02 | 0.62 |
HSL | 330º | 0.02% | 0.37% | - |
HSV(B) | 330º | 0.04% | 0.38% | - |
XYZ | 10.67 | 10.95 | 12.14 | - |
YUV | 93.42 | 128.33 | 129.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 96 | 92 | 94 | 0 | 0.04 | 0.02 | 0.62 | 330 | 0.02 | 0.37 |
Hex | 60 | 5C | 5E | 0 | 4 | 2 | 3E | 14A | 2 | 25 |
Octal | 140 | 134 | 136 | 0 | 4 | 2 | 76 | 512 | 2 | 45 |
Binary | 1100000 | 1011100 | 1011110 | 0 | 100 | 10 | 111110 | 101001010 | 10 | 100101 |
Color Harmonies of #605C5E
Complementary color
Monochromatic Colors of #605C5E
Black with #605C5E
Text Example
Text Example
White with #605C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605C5E; }
p { color: rgb(96,92,94); }
H1.HeaderClassName
{
color: #605C5E;
}
.AnyTagClassName
{
color: #605C5E;
}
</style>
background-color css
<style>
a { background-color: #605C5E; }
a { background-color: rgb(96,92,94); }
div.DivClassName
{
background-color: #605C5E;
}
.BgClassName
{
background-color: #605C5E;
}
</style>
border-color css
<style>
span { border-color: #605C5E; }
span { border-color: rgb(96,92,94); }
td.TdClassName
{
border-color: #605C5E;
}
.TagClassName
{
border-color: #605C5E;
}
</style>