Shades of Scorpion #665A5E
Tints of Scorpion #665A5E
RGB
CMYK
RGB Variations
Color information
#665A5E (or 0x665A5E) is known color: Scorpion. HEX triplet: 66, 5A and 5E. RGB value is (102,90,94). Sum of RGB (Red+Green+Blue) = 102+90+94=286 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.66% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 102 - color contains mainly: red. Hex color #665A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665A5E is #99A5A1. Grayscale: #5E5E5E. Windows color (decimal): -10069410 or 6183526. OLE color: 6183526.
HSL color Cylindrical-coordinate representation of color #665A5E: hue angle of 340º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #665A5E is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 90 | 94 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.6 |
| HSL | 340º | 0.06% | 0.38% | - |
| HSV(B) | 340º | 0.12% | 0.4% | - |
| XYZ | 11.16 | 10.95 | 12.11 | - |
| YUV | 94.04 | 127.98 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 94 | 0 | 0.12 | 0.08 | 0.6 | 340 | 0.06 | 0.38 |
| Hex | 66 | 5A | 5E | 0 | C | 8 | 3C | 154 | 6 | 26 |
| Octal | 146 | 132 | 136 | 0 | 14 | 10 | 74 | 524 | 6 | 46 |
| Binary | 1100110 | 1011010 | 1011110 | 0 | 1100 | 1000 | 111100 | 101010100 | 110 | 100110 |
Color Harmonies of #665A5E
Complementary color
Monochromatic Colors of #665A5E
Black with #665A5E
Text Example
Text Example
White with #665A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665A5E; }
p { color: rgb(102,90,94); }
H1.HeaderClassName
{
color: #665A5E;
}
.AnyTagClassName
{
color: #665A5E;
}
</style>
background-color css
<style>
a { background-color: #665A5E; }
a { background-color: rgb(102,90,94); }
div.DivClassName
{
background-color: #665A5E;
}
.BgClassName
{
background-color: #665A5E;
}
</style>
border-color css
<style>
span { border-color: #665A5E; }
span { border-color: rgb(102,90,94); }
td.TdClassName
{
border-color: #665A5E;
}
.TagClassName
{
border-color: #665A5E;
}
</style>