Shades of Scorpion #65565C
Tints of Scorpion #65565C
RGB
CMYK
RGB Variations
Color information
#65565C (or 0x65565C) is known color: Scorpion. HEX triplet: 65, 56 and 5C. RGB value is (101,86,92). Sum of RGB (Red+Green+Blue) = 101+86+92=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 101 - color contains mainly: red. Hex color #65565C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65565C is #9AA9A3. Grayscale: #5B5B5B. Windows color (decimal): -10135972 or 6051429. OLE color: 6051429.
HSL color Cylindrical-coordinate representation of color #65565C: hue angle of 336º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #65565C is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 86 | 92 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.60 |
| HSL | 336º | 0.08% | 0.37% | - |
| HSV(B) | 336º | 0.15% | 0.4% | - |
| XYZ | 10.63 | 10.19 | 11.53 | - |
| YUV | 91.17 | 128.47 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 86 | 92 | 0 | 0.15 | 0.09 | 0.60 | 336 | 0.08 | 0.37 |
| Hex | 65 | 56 | 5C | 0 | F | 9 | 3C | 150 | 8 | 25 |
| Octal | 145 | 126 | 134 | 0 | 17 | 11 | 74 | 520 | 10 | 45 |
| Binary | 1100101 | 1010110 | 1011100 | 0 | 1111 | 1001 | 111100 | 101010000 | 1000 | 100101 |
Color Harmonies of #65565C
Complementary color
Monochromatic Colors of #65565C
Black with #65565C
Text Example
Text Example
White with #65565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65565C; }
p { color: rgb(101,86,92); }
H1.HeaderClassName
{
color: #65565C;
}
.AnyTagClassName
{
color: #65565C;
}
</style>
background-color css
<style>
a { background-color: #65565C; }
a { background-color: rgb(101,86,92); }
div.DivClassName
{
background-color: #65565C;
}
.BgClassName
{
background-color: #65565C;
}
</style>
border-color css
<style>
span { border-color: #65565C; }
span { border-color: rgb(101,86,92); }
td.TdClassName
{
border-color: #65565C;
}
.TagClassName
{
border-color: #65565C;
}
</style>