Shades of Scorpion #65565B
Tints of Scorpion #65565B
RGB
CMYK
RGB Variations
Color information
#65565B (or 0x65565B) is known color: Scorpion. HEX triplet: 65, 56 and 5B. RGB value is (101,86,91). Sum of RGB (Red+Green+Blue) = 101+86+91=278 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.33% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 101 - color contains mainly: red. Hex color #65565B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65565B is #9AA9A4. Grayscale: #5B5B5B. Windows color (decimal): -10135973 or 5985893. OLE color: 5985893.
HSL color Cylindrical-coordinate representation of color #65565B: hue angle of 340º 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 #65565B is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 86 | 91 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.60 |
| HSL | 340º | 0.08% | 0.37% | - |
| HSV(B) | 340º | 0.15% | 0.4% | - |
| XYZ | 10.58 | 10.18 | 11.3 | - |
| YUV | 91.06 | 127.97 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 86 | 91 | 0 | 0.15 | 0.10 | 0.60 | 340 | 0.08 | 0.37 |
| Hex | 65 | 56 | 5B | 0 | F | A | 3C | 154 | 8 | 25 |
| Octal | 145 | 126 | 133 | 0 | 17 | 12 | 74 | 524 | 10 | 45 |
| Binary | 1100101 | 1010110 | 1011011 | 0 | 1111 | 1010 | 111100 | 101010100 | 1000 | 100101 |
Color Harmonies of #65565B
Complementary color
Monochromatic Colors of #65565B
Black with #65565B
Text Example
Text Example
White with #65565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65565B; }
p { color: rgb(101,86,91); }
H1.HeaderClassName
{
color: #65565B;
}
.AnyTagClassName
{
color: #65565B;
}
</style>
background-color css
<style>
a { background-color: #65565B; }
a { background-color: rgb(101,86,91); }
div.DivClassName
{
background-color: #65565B;
}
.BgClassName
{
background-color: #65565B;
}
</style>
border-color css
<style>
span { border-color: #65565B; }
span { border-color: rgb(101,86,91); }
td.TdClassName
{
border-color: #65565B;
}
.TagClassName
{
border-color: #65565B;
}
</style>