Shades of Scorpion #655E62
Tints of Scorpion #655E62
RGB
CMYK
RGB Variations
Color information
#655E62 (or 0x655E62) is known color: Scorpion. HEX triplet: 65, 5E and 62. RGB value is (101,94,98). Sum of RGB (Red+Green+Blue) = 101+94+98=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 101 - color contains mainly: red. Hex color #655E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655E62 is #9AA19D. Grayscale: #606060. Windows color (decimal): -10133918 or 6446693. OLE color: 6446693.
HSL color Cylindrical-coordinate representation of color #655E62: hue angle of 325.71º 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 #655E62 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 94 | 98 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.60 |
| HSL | 325.71º | 0.04% | 0.38% | - |
| HSV(B) | 325.71º | 0.07% | 0.4% | - |
| XYZ | 11.57 | 11.65 | 13.19 | - |
| YUV | 96.55 | 128.82 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 94 | 98 | 0 | 0.07 | 0.03 | 0.60 | 325.71 | 0.04 | 0.38 |
| Hex | 65 | 5E | 62 | 0 | 7 | 3 | 3C | 146 | 4 | 26 |
| Octal | 145 | 136 | 142 | 0 | 7 | 3 | 74 | 506 | 4 | 46 |
| Binary | 1100101 | 1011110 | 1100010 | 0 | 111 | 11 | 111100 | 101000110 | 100 | 100110 |
Color Harmonies of #655E62
Complementary color
Monochromatic Colors of #655E62
Black with #655E62
Text Example
Text Example
White with #655E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655E62; }
p { color: rgb(101,94,98); }
H1.HeaderClassName
{
color: #655E62;
}
.AnyTagClassName
{
color: #655E62;
}
</style>
background-color css
<style>
a { background-color: #655E62; }
a { background-color: rgb(101,94,98); }
div.DivClassName
{
background-color: #655E62;
}
.BgClassName
{
background-color: #655E62;
}
</style>
border-color css
<style>
span { border-color: #655E62; }
span { border-color: rgb(101,94,98); }
td.TdClassName
{
border-color: #655E62;
}
.TagClassName
{
border-color: #655E62;
}
</style>