Shades of Scorpion #65595E
Tints of Scorpion #65595E
RGB
CMYK
RGB Variations
Color information
#65595E (or 0x65595E) is known color: Scorpion. HEX triplet: 65, 59 and 5E. RGB value is (101,89,94). Sum of RGB (Red+Green+Blue) = 101+89+94=284 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.56% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 101 - color contains mainly: red. Hex color #65595E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65595E is #9AA6A1. Grayscale: #5D5D5D. Windows color (decimal): -10135202 or 6183269. OLE color: 6183269.
HSL color Cylindrical-coordinate representation of color #65595E: hue angle of 335º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #65595E is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 89 | 94 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.60 |
| HSL | 335º | 0.06% | 0.37% | - |
| HSV(B) | 335º | 0.12% | 0.4% | - |
| XYZ | 10.96 | 10.72 | 12.08 | - |
| YUV | 93.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 89 | 94 | 0 | 0.12 | 0.07 | 0.60 | 335 | 0.06 | 0.37 |
| Hex | 65 | 59 | 5E | 0 | C | 7 | 3C | 14F | 6 | 25 |
| Octal | 145 | 131 | 136 | 0 | 14 | 7 | 74 | 517 | 6 | 45 |
| Binary | 1100101 | 1011001 | 1011110 | 0 | 1100 | 111 | 111100 | 101001111 | 110 | 100101 |
Color Harmonies of #65595E
Complementary color
Monochromatic Colors of #65595E
Black with #65595E
Text Example
Text Example
White with #65595E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65595E; }
p { color: rgb(101,89,94); }
H1.HeaderClassName
{
color: #65595E;
}
.AnyTagClassName
{
color: #65595E;
}
</style>
background-color css
<style>
a { background-color: #65595E; }
a { background-color: rgb(101,89,94); }
div.DivClassName
{
background-color: #65595E;
}
.BgClassName
{
background-color: #65595E;
}
</style>
border-color css
<style>
span { border-color: #65595E; }
span { border-color: rgb(101,89,94); }
td.TdClassName
{
border-color: #65595E;
}
.TagClassName
{
border-color: #65595E;
}
</style>