Shades of Scorpion #65595D
Tints of Scorpion #65595D
RGB
CMYK
RGB Variations
Color information
#65595D (or 0x65595D) is known color: Scorpion. HEX triplet: 65, 59 and 5D. RGB value is (101,89,93). Sum of RGB (Red+Green+Blue) = 101+89+93=283 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.69% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 101 - color contains mainly: red. Hex color #65595D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65595D is #9AA6A2. Grayscale: #5D5D5D. Windows color (decimal): -10135203 or 6117733. OLE color: 6117733.
HSL color Cylindrical-coordinate representation of color #65595D: hue angle of 340º 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 #65595D is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 89 | 93 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.60 |
| HSL | 340º | 0.06% | 0.37% | - |
| HSV(B) | 340º | 0.12% | 0.4% | - |
| XYZ | 10.91 | 10.7 | 11.85 | - |
| YUV | 93.04 | 127.98 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 89 | 93 | 0 | 0.12 | 0.08 | 0.60 | 340 | 0.06 | 0.37 |
| Hex | 65 | 59 | 5D | 0 | C | 8 | 3C | 154 | 6 | 25 |
| Octal | 145 | 131 | 135 | 0 | 14 | 10 | 74 | 524 | 6 | 45 |
| Binary | 1100101 | 1011001 | 1011101 | 0 | 1100 | 1000 | 111100 | 101010100 | 110 | 100101 |
Color Harmonies of #65595D
Complementary color
Monochromatic Colors of #65595D
Black with #65595D
Text Example
Text Example
White with #65595D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65595D; }
p { color: rgb(101,89,93); }
H1.HeaderClassName
{
color: #65595D;
}
.AnyTagClassName
{
color: #65595D;
}
</style>
background-color css
<style>
a { background-color: #65595D; }
a { background-color: rgb(101,89,93); }
div.DivClassName
{
background-color: #65595D;
}
.BgClassName
{
background-color: #65595D;
}
</style>
border-color css
<style>
span { border-color: #65595D; }
span { border-color: rgb(101,89,93); }
td.TdClassName
{
border-color: #65595D;
}
.TagClassName
{
border-color: #65595D;
}
</style>