Shades of Scorpion #655E61
Tints of Scorpion #655E61
RGB
CMYK
RGB Variations
Color information
#655E61 (or 0x655E61) is known color: Scorpion. HEX triplet: 65, 5E and 61. RGB value is (101,94,97). Sum of RGB (Red+Green+Blue) = 101+94+97=292 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.59% from 292); Green value is 94 (37.11% from 255 or 32.19% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 101 - color contains mainly: red. Hex color #655E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655E61 is #9AA19E. Grayscale: #606060. Windows color (decimal): -10133919 or 6381157. OLE color: 6381157.
HSL color Cylindrical-coordinate representation of color #655E61: hue angle of 334.29º degrees, saturation: 0.04, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #655E61 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 94 | 97 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.60 |
| HSL | 334.29º | 0.04% | 0.38% | - |
| HSV(B) | 334.29º | 0.07% | 0.4% | - |
| XYZ | 11.53 | 11.64 | 12.95 | - |
| YUV | 96.44 | 128.32 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 94 | 97 | 0 | 0.07 | 0.04 | 0.60 | 334.29 | 0.04 | 0.38 |
| Hex | 65 | 5E | 61 | 0 | 7 | 4 | 3C | 14E | 4 | 26 |
| Octal | 145 | 136 | 141 | 0 | 7 | 4 | 74 | 516 | 4 | 46 |
| Binary | 1100101 | 1011110 | 1100001 | 0 | 111 | 100 | 111100 | 101001110 | 100 | 100110 |
Color Harmonies of #655E61
Complementary color
Monochromatic Colors of #655E61
Black with #655E61
Text Example
Text Example
White with #655E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655E61; }
p { color: rgb(101,94,97); }
H1.HeaderClassName
{
color: #655E61;
}
.AnyTagClassName
{
color: #655E61;
}
</style>
background-color css
<style>
a { background-color: #655E61; }
a { background-color: rgb(101,94,97); }
div.DivClassName
{
background-color: #655E61;
}
.BgClassName
{
background-color: #655E61;
}
</style>
border-color css
<style>
span { border-color: #655E61; }
span { border-color: rgb(101,94,97); }
td.TdClassName
{
border-color: #655E61;
}
.TagClassName
{
border-color: #655E61;
}
</style>