Shades of Scorpion #665D60
Tints of Scorpion #665D60
RGB
CMYK
RGB Variations
Color information
#665D60 (or 0x665D60) is known color: Scorpion. HEX triplet: 66, 5D and 60. RGB value is (102,93,96). Sum of RGB (Red+Green+Blue) = 102+93+96=291 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.05% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 102 - color contains mainly: red. Hex color #665D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665D60 is #99A29F. Grayscale: #606060. Windows color (decimal): -10068640 or 6315366. OLE color: 6315366.
HSL color Cylindrical-coordinate representation of color #665D60: hue angle of 340º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #665D60 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 93 | 96 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.6 |
| HSL | 340º | 0.05% | 0.38% | - |
| HSV(B) | 340º | 0.09% | 0.4% | - |
| XYZ | 11.51 | 11.5 | 12.68 | - |
| YUV | 96.03 | 127.98 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 93 | 96 | 0 | 0.09 | 0.06 | 0.6 | 340 | 0.05 | 0.38 |
| Hex | 66 | 5D | 60 | 0 | 9 | 6 | 3C | 154 | 5 | 26 |
| Octal | 146 | 135 | 140 | 0 | 11 | 6 | 74 | 524 | 5 | 46 |
| Binary | 1100110 | 1011101 | 1100000 | 0 | 1001 | 110 | 111100 | 101010100 | 101 | 100110 |
Color Harmonies of #665D60
Complementary color
Monochromatic Colors of #665D60
Black with #665D60
Text Example
Text Example
White with #665D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665D60; }
p { color: rgb(102,93,96); }
H1.HeaderClassName
{
color: #665D60;
}
.AnyTagClassName
{
color: #665D60;
}
</style>
background-color css
<style>
a { background-color: #665D60; }
a { background-color: rgb(102,93,96); }
div.DivClassName
{
background-color: #665D60;
}
.BgClassName
{
background-color: #665D60;
}
</style>
border-color css
<style>
span { border-color: #665D60; }
span { border-color: rgb(102,93,96); }
td.TdClassName
{
border-color: #665D60;
}
.TagClassName
{
border-color: #665D60;
}
</style>