Shades of Scorpion #65575E
Tints of Scorpion #65575E
RGB
CMYK
RGB Variations
Color information
#65575E (or 0x65575E) is known color: Scorpion. HEX triplet: 65, 57 and 5E. RGB value is (101,87,94). Sum of RGB (Red+Green+Blue) = 101+87+94=282 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.82% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 101 - color contains mainly: red. Hex color #65575E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65575E is #9AA8A1. Grayscale: #5B5B5B. Windows color (decimal): -10135714 or 6182757. OLE color: 6182757.
HSL color Cylindrical-coordinate representation of color #65575E: hue angle of 330º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #65575E is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 87 | 94 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.60 |
| HSL | 330º | 0.07% | 0.37% | - |
| HSV(B) | 330º | 0.14% | 0.4% | - |
| XYZ | 10.8 | 10.39 | 12.03 | - |
| YUV | 91.98 | 129.14 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 87 | 94 | 0 | 0.14 | 0.07 | 0.60 | 330 | 0.07 | 0.37 |
| Hex | 65 | 57 | 5E | 0 | E | 7 | 3C | 14A | 7 | 25 |
| Octal | 145 | 127 | 136 | 0 | 16 | 7 | 74 | 512 | 7 | 45 |
| Binary | 1100101 | 1010111 | 1011110 | 0 | 1110 | 111 | 111100 | 101001010 | 111 | 100101 |
Color Harmonies of #65575E
Complementary color
Monochromatic Colors of #65575E
Black with #65575E
Text Example
Text Example
White with #65575E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65575E; }
p { color: rgb(101,87,94); }
H1.HeaderClassName
{
color: #65575E;
}
.AnyTagClassName
{
color: #65575E;
}
</style>
background-color css
<style>
a { background-color: #65575E; }
a { background-color: rgb(101,87,94); }
div.DivClassName
{
background-color: #65575E;
}
.BgClassName
{
background-color: #65575E;
}
</style>
border-color css
<style>
span { border-color: #65575E; }
span { border-color: rgb(101,87,94); }
td.TdClassName
{
border-color: #65575E;
}
.TagClassName
{
border-color: #65575E;
}
</style>