Shades of Scorpion #665A60
Tints of Scorpion #665A60
RGB
CMYK
RGB Variations
Color information
#665A60 (or 0x665A60) is known color: Scorpion. HEX triplet: 66, 5A and 60. RGB value is (102,90,96). Sum of RGB (Red+Green+Blue) = 102+90+96=288 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.42% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 102 - color contains mainly: red. Hex color #665A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665A60 is #99A59F. Grayscale: #5E5E5E. Windows color (decimal): -10069408 or 6314598. OLE color: 6314598.
HSL color Cylindrical-coordinate representation of color #665A60: hue angle of 330º 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 #665A60 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 90 | 96 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.6 |
| HSL | 330º | 0.06% | 0.38% | - |
| HSV(B) | 330º | 0.12% | 0.4% | - |
| XYZ | 11.25 | 10.98 | 12.59 | - |
| YUV | 94.27 | 128.98 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 96 | 0 | 0.12 | 0.06 | 0.6 | 330 | 0.06 | 0.38 |
| Hex | 66 | 5A | 60 | 0 | C | 6 | 3C | 14A | 6 | 26 |
| Octal | 146 | 132 | 140 | 0 | 14 | 6 | 74 | 512 | 6 | 46 |
| Binary | 1100110 | 1011010 | 1100000 | 0 | 1100 | 110 | 111100 | 101001010 | 110 | 100110 |
Color Harmonies of #665A60
Complementary color
Monochromatic Colors of #665A60
Black with #665A60
Text Example
Text Example
White with #665A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665A60; }
p { color: rgb(102,90,96); }
H1.HeaderClassName
{
color: #665A60;
}
.AnyTagClassName
{
color: #665A60;
}
</style>
background-color css
<style>
a { background-color: #665A60; }
a { background-color: rgb(102,90,96); }
div.DivClassName
{
background-color: #665A60;
}
.BgClassName
{
background-color: #665A60;
}
</style>
border-color css
<style>
span { border-color: #665A60; }
span { border-color: rgb(102,90,96); }
td.TdClassName
{
border-color: #665A60;
}
.TagClassName
{
border-color: #665A60;
}
</style>