Shades of Scorpion #655D60
Tints of Scorpion #655D60
RGB
CMYK
RGB Variations
Color information
#655D60 (or 0x655D60) is known color: Scorpion. HEX triplet: 65, 5D and 60. RGB value is (101,93,96). Sum of RGB (Red+Green+Blue) = 101+93+96=290 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.83% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 101 - color contains mainly: red. Hex color #655D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655D60 is #9AA29F. Grayscale: #5F5F5F. Windows color (decimal): -10134176 or 6315365. OLE color: 6315365.
HSL color Cylindrical-coordinate representation of color #655D60: hue angle of 337.5º degrees, saturation: 0.04, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #655D60 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 93 | 96 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.60 |
| HSL | 337.5º | 0.04% | 0.38% | - |
| HSV(B) | 337.5º | 0.08% | 0.4% | - |
| XYZ | 11.39 | 11.44 | 12.67 | - |
| YUV | 95.73 | 128.15 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 93 | 96 | 0 | 0.08 | 0.05 | 0.60 | 337.5 | 0.04 | 0.38 |
| Hex | 65 | 5D | 60 | 0 | 8 | 5 | 3C | 152 | 4 | 26 |
| Octal | 145 | 135 | 140 | 0 | 10 | 5 | 74 | 522 | 4 | 46 |
| Binary | 1100101 | 1011101 | 1100000 | 0 | 1000 | 101 | 111100 | 101010010 | 100 | 100110 |
Color Harmonies of #655D60
Complementary color
Monochromatic Colors of #655D60
Black with #655D60
Text Example
Text Example
White with #655D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655D60; }
p { color: rgb(101,93,96); }
H1.HeaderClassName
{
color: #655D60;
}
.AnyTagClassName
{
color: #655D60;
}
</style>
background-color css
<style>
a { background-color: #655D60; }
a { background-color: rgb(101,93,96); }
div.DivClassName
{
background-color: #655D60;
}
.BgClassName
{
background-color: #655D60;
}
</style>
border-color css
<style>
span { border-color: #655D60; }
span { border-color: rgb(101,93,96); }
td.TdClassName
{
border-color: #655D60;
}
.TagClassName
{
border-color: #655D60;
}
</style>