Shades of Scorpion #655F62
Tints of Scorpion #655F62
RGB
CMYK
RGB Variations
Color information
#655F62 (or 0x655F62) is known color: Scorpion. HEX triplet: 65, 5F and 62. RGB value is (101,95,98). Sum of RGB (Red+Green+Blue) = 101+95+98=294 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.35% from 294); Green value is 95 (37.5% from 255 or 32.31% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 101 - color contains mainly: red. Hex color #655F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655F62 is #9AA09D. Grayscale: #616161. Windows color (decimal): -10133662 or 6446949. OLE color: 6446949.
HSL color Cylindrical-coordinate representation of color #655F62: hue angle of 330º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #655F62 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 95 | 98 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.60 |
| HSL | 330º | 0.03% | 0.38% | - |
| HSV(B) | 330º | 0.06% | 0.4% | - |
| XYZ | 11.66 | 11.83 | 13.22 | - |
| YUV | 97.14 | 128.49 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 95 | 98 | 0 | 0.06 | 0.03 | 0.60 | 330 | 0.03 | 0.38 |
| Hex | 65 | 5F | 62 | 0 | 6 | 3 | 3C | 14A | 3 | 26 |
| Octal | 145 | 137 | 142 | 0 | 6 | 3 | 74 | 512 | 3 | 46 |
| Binary | 1100101 | 1011111 | 1100010 | 0 | 110 | 11 | 111100 | 101001010 | 11 | 100110 |
Color Harmonies of #655F62
Complementary color
Monochromatic Colors of #655F62
Black with #655F62
Text Example
Text Example
White with #655F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655F62; }
p { color: rgb(101,95,98); }
H1.HeaderClassName
{
color: #655F62;
}
.AnyTagClassName
{
color: #655F62;
}
</style>
background-color css
<style>
a { background-color: #655F62; }
a { background-color: rgb(101,95,98); }
div.DivClassName
{
background-color: #655F62;
}
.BgClassName
{
background-color: #655F62;
}
</style>
border-color css
<style>
span { border-color: #655F62; }
span { border-color: rgb(101,95,98); }
td.TdClassName
{
border-color: #655F62;
}
.TagClassName
{
border-color: #655F62;
}
</style>