Shades of Scorpion #665D62
Tints of Scorpion #665D62
RGB
CMYK
RGB Variations
Color information
#665D62 (or 0x665D62) is known color: Scorpion. HEX triplet: 66, 5D and 62. RGB value is (102,93,98). Sum of RGB (Red+Green+Blue) = 102+93+98=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 102 - color contains mainly: red. Hex color #665D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665D62 is #99A29D. Grayscale: #606060. Windows color (decimal): -10068638 or 6446438. OLE color: 6446438.
HSL color Cylindrical-coordinate representation of color #665D62: hue angle of 326.67º 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 #665D62 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 93 | 98 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.6 |
| HSL | 326.67º | 0.05% | 0.38% | - |
| HSV(B) | 326.67º | 0.09% | 0.4% | - |
| XYZ | 11.6 | 11.54 | 13.17 | - |
| YUV | 96.26 | 128.98 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 93 | 98 | 0 | 0.09 | 0.04 | 0.6 | 326.67 | 0.05 | 0.38 |
| Hex | 66 | 5D | 62 | 0 | 9 | 4 | 3C | 147 | 5 | 26 |
| Octal | 146 | 135 | 142 | 0 | 11 | 4 | 74 | 507 | 5 | 46 |
| Binary | 1100110 | 1011101 | 1100010 | 0 | 1001 | 100 | 111100 | 101000111 | 101 | 100110 |
Color Harmonies of #665D62
Complementary color
Monochromatic Colors of #665D62
Black with #665D62
Text Example
Text Example
White with #665D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665D62; }
p { color: rgb(102,93,98); }
H1.HeaderClassName
{
color: #665D62;
}
.AnyTagClassName
{
color: #665D62;
}
</style>
background-color css
<style>
a { background-color: #665D62; }
a { background-color: rgb(102,93,98); }
div.DivClassName
{
background-color: #665D62;
}
.BgClassName
{
background-color: #665D62;
}
</style>
border-color css
<style>
span { border-color: #665D62; }
span { border-color: rgb(102,93,98); }
td.TdClassName
{
border-color: #665D62;
}
.TagClassName
{
border-color: #665D62;
}
</style>