Shades of Scorpion #655A5F
Tints of Scorpion #655A5F
RGB
CMYK
RGB Variations
Color information
#655A5F (or 0x655A5F) is known color: Scorpion. HEX triplet: 65, 5A and 5F. RGB value is (101,90,95). Sum of RGB (Red+Green+Blue) = 101+90+95=286 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.31% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 101 - color contains mainly: red. Hex color #655A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655A5F is #9AA5A0. Grayscale: #5D5D5D. Windows color (decimal): -10134945 or 6249061. OLE color: 6249061.
HSL color Cylindrical-coordinate representation of color #655A5F: hue angle of 332.73º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #655A5F is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 90 | 95 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.60 |
| HSL | 332.73º | 0.06% | 0.37% | - |
| HSV(B) | 332.73º | 0.11% | 0.4% | - |
| XYZ | 11.09 | 10.91 | 12.35 | - |
| YUV | 93.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 95 | 0 | 0.11 | 0.06 | 0.60 | 332.73 | 0.06 | 0.37 |
| Hex | 65 | 5A | 5F | 0 | B | 6 | 3C | 14D | 6 | 25 |
| Octal | 145 | 132 | 137 | 0 | 13 | 6 | 74 | 515 | 6 | 45 |
| Binary | 1100101 | 1011010 | 1011111 | 0 | 1011 | 110 | 111100 | 101001101 | 110 | 100101 |
Color Harmonies of #655A5F
Complementary color
Monochromatic Colors of #655A5F
Black with #655A5F
Text Example
Text Example
White with #655A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655A5F; }
p { color: rgb(101,90,95); }
H1.HeaderClassName
{
color: #655A5F;
}
.AnyTagClassName
{
color: #655A5F;
}
</style>
background-color css
<style>
a { background-color: #655A5F; }
a { background-color: rgb(101,90,95); }
div.DivClassName
{
background-color: #655A5F;
}
.BgClassName
{
background-color: #655A5F;
}
</style>
border-color css
<style>
span { border-color: #655A5F; }
span { border-color: rgb(101,90,95); }
td.TdClassName
{
border-color: #655A5F;
}
.TagClassName
{
border-color: #655A5F;
}
</style>