Shades of Scorpion #66595E
Tints of Scorpion #66595E
RGB
CMYK
RGB Variations
Color information
#66595E (or 0x66595E) is known color: Scorpion. HEX triplet: 66, 59 and 5E. RGB value is (102,89,94). Sum of RGB (Red+Green+Blue) = 102+89+94=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 102 - color contains mainly: red. Hex color #66595E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66595E is #99A6A1. Grayscale: #5D5D5D. Windows color (decimal): -10069666 or 6183270. OLE color: 6183270.
HSL color Cylindrical-coordinate representation of color #66595E: hue angle of 336.92º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #66595E is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 89 | 94 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.6 |
| HSL | 336.92º | 0.07% | 0.37% | - |
| HSV(B) | 336.92º | 0.13% | 0.4% | - |
| XYZ | 11.07 | 10.78 | 12.09 | - |
| YUV | 93.46 | 128.31 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 89 | 94 | 0 | 0.13 | 0.08 | 0.6 | 336.92 | 0.07 | 0.37 |
| Hex | 66 | 59 | 5E | 0 | D | 8 | 3C | 151 | 7 | 25 |
| Octal | 146 | 131 | 136 | 0 | 15 | 10 | 74 | 521 | 7 | 45 |
| Binary | 1100110 | 1011001 | 1011110 | 0 | 1101 | 1000 | 111100 | 101010001 | 111 | 100101 |
Color Harmonies of #66595E
Complementary color
Monochromatic Colors of #66595E
Black with #66595E
Text Example
Text Example
White with #66595E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66595E; }
p { color: rgb(102,89,94); }
H1.HeaderClassName
{
color: #66595E;
}
.AnyTagClassName
{
color: #66595E;
}
</style>
background-color css
<style>
a { background-color: #66595E; }
a { background-color: rgb(102,89,94); }
div.DivClassName
{
background-color: #66595E;
}
.BgClassName
{
background-color: #66595E;
}
</style>
border-color css
<style>
span { border-color: #66595E; }
span { border-color: rgb(102,89,94); }
td.TdClassName
{
border-color: #66595E;
}
.TagClassName
{
border-color: #66595E;
}
</style>