Shades of Scorpion #66585F
Tints of Scorpion #66585F
RGB
CMYK
RGB Variations
Color information
#66585F (or 0x66585F) is known color: Scorpion. HEX triplet: 66, 58 and 5F. RGB value is (102,88,95). Sum of RGB (Red+Green+Blue) = 102+88+95=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 102 - color contains mainly: red. Hex color #66585F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66585F is #99A7A0. Grayscale: #5C5C5C. Windows color (decimal): -10069921 or 6248550. OLE color: 6248550.
HSL color Cylindrical-coordinate representation of color #66585F: 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 #66585F is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 88 | 95 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.6 |
| HSL | 330º | 0.07% | 0.37% | - |
| HSV(B) | 330º | 0.14% | 0.4% | - |
| XYZ | 11.03 | 10.63 | 12.3 | - |
| YUV | 92.98 | 129.14 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 88 | 95 | 0 | 0.14 | 0.07 | 0.6 | 330 | 0.07 | 0.37 |
| Hex | 66 | 58 | 5F | 0 | E | 7 | 3C | 14A | 7 | 25 |
| Octal | 146 | 130 | 137 | 0 | 16 | 7 | 74 | 512 | 7 | 45 |
| Binary | 1100110 | 1011000 | 1011111 | 0 | 1110 | 111 | 111100 | 101001010 | 111 | 100101 |
Color Harmonies of #66585F
Complementary color
Monochromatic Colors of #66585F
Black with #66585F
Text Example
Text Example
White with #66585F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66585F; }
p { color: rgb(102,88,95); }
H1.HeaderClassName
{
color: #66585F;
}
.AnyTagClassName
{
color: #66585F;
}
</style>
background-color css
<style>
a { background-color: #66585F; }
a { background-color: rgb(102,88,95); }
div.DivClassName
{
background-color: #66585F;
}
.BgClassName
{
background-color: #66585F;
}
</style>
border-color css
<style>
span { border-color: #66585F; }
span { border-color: rgb(102,88,95); }
td.TdClassName
{
border-color: #66585F;
}
.TagClassName
{
border-color: #66585F;
}
</style>