Shades of Scorpion #66565D
Tints of Scorpion #66565D
RGB
CMYK
RGB Variations
Color information
#66565D (or 0x66565D) is known color: Scorpion. HEX triplet: 66, 56 and 5D. RGB value is (102,86,93). Sum of RGB (Red+Green+Blue) = 102+86+93=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 102 - color contains mainly: red. Hex color #66565D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66565D is #99A9A2. Grayscale: #5B5B5B. Windows color (decimal): -10070435 or 6116966. OLE color: 6116966.
HSL color Cylindrical-coordinate representation of color #66565D: hue angle of 333.75º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #66565D is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 86 | 93 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.6 |
| HSL | 333.75º | 0.09% | 0.37% | - |
| HSV(B) | 333.75º | 0.16% | 0.4% | - |
| XYZ | 10.78 | 10.27 | 11.77 | - |
| YUV | 91.58 | 128.8 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 86 | 93 | 0 | 0.16 | 0.09 | 0.6 | 333.75 | 0.09 | 0.37 |
| Hex | 66 | 56 | 5D | 0 | 10 | 9 | 3C | 14E | 9 | 25 |
| Octal | 146 | 126 | 135 | 0 | 20 | 11 | 74 | 516 | 11 | 45 |
| Binary | 1100110 | 1010110 | 1011101 | 0 | 10000 | 1001 | 111100 | 101001110 | 1001 | 100101 |
Color Harmonies of #66565D
Complementary color
Monochromatic Colors of #66565D
Black with #66565D
Text Example
Text Example
White with #66565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66565D; }
p { color: rgb(102,86,93); }
H1.HeaderClassName
{
color: #66565D;
}
.AnyTagClassName
{
color: #66565D;
}
</style>
background-color css
<style>
a { background-color: #66565D; }
a { background-color: rgb(102,86,93); }
div.DivClassName
{
background-color: #66565D;
}
.BgClassName
{
background-color: #66565D;
}
</style>
border-color css
<style>
span { border-color: #66565D; }
span { border-color: rgb(102,86,93); }
td.TdClassName
{
border-color: #66565D;
}
.TagClassName
{
border-color: #66565D;
}
</style>