Shades of Scorpion #655C61
Tints of Scorpion #655C61
RGB
CMYK
RGB Variations
Color information
#655C61 (or 0x655C61) is known color: Scorpion. HEX triplet: 65, 5C and 61. RGB value is (101,92,97). Sum of RGB (Red+Green+Blue) = 101+92+97=290 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.83% from 290); Green value is 92 (36.33% from 255 or 31.72% from 290); Blue value is 97 (38.28% from 255 or 33.45% from 290); Max value from RGB is 101 - color contains mainly: red. Hex color #655C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655C61 is #9AA39E. Grayscale: #5F5F5F. Windows color (decimal): -10134431 or 6380645. OLE color: 6380645.
HSL color Cylindrical-coordinate representation of color #655C61: hue angle of 326.67º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #655C61 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 92 | 97 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.60 |
| HSL | 326.67º | 0.05% | 0.38% | - |
| HSV(B) | 326.67º | 0.09% | 0.4% | - |
| XYZ | 11.35 | 11.28 | 12.89 | - |
| YUV | 95.26 | 128.98 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 92 | 97 | 0 | 0.09 | 0.04 | 0.60 | 326.67 | 0.05 | 0.38 |
| Hex | 65 | 5C | 61 | 0 | 9 | 4 | 3C | 147 | 5 | 26 |
| Octal | 145 | 134 | 141 | 0 | 11 | 4 | 74 | 507 | 5 | 46 |
| Binary | 1100101 | 1011100 | 1100001 | 0 | 1001 | 100 | 111100 | 101000111 | 101 | 100110 |
Color Harmonies of #655C61
Complementary color
Monochromatic Colors of #655C61
Black with #655C61
Text Example
Text Example
White with #655C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655C61; }
p { color: rgb(101,92,97); }
H1.HeaderClassName
{
color: #655C61;
}
.AnyTagClassName
{
color: #655C61;
}
</style>
background-color css
<style>
a { background-color: #655C61; }
a { background-color: rgb(101,92,97); }
div.DivClassName
{
background-color: #655C61;
}
.BgClassName
{
background-color: #655C61;
}
</style>
border-color css
<style>
span { border-color: #655C61; }
span { border-color: rgb(101,92,97); }
td.TdClassName
{
border-color: #655C61;
}
.TagClassName
{
border-color: #655C61;
}
</style>