Shades of Scorpion #666162
Tints of Scorpion #666162
RGB
CMYK
RGB Variations
Color information
#666162 (or 0x666162) is known color: Scorpion. HEX triplet: 66, 61 and 62. RGB value is (102,97,98). Sum of RGB (Red+Green+Blue) = 102+97+98=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 98 (38.67% from 255 or 33.00% from 297); Max value from RGB is 102 - color contains mainly: red. Hex color #666162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666162 is #999E9D. Grayscale: #626262. Windows color (decimal): -10067614 or 6447462. OLE color: 6447462.
HSL color Cylindrical-coordinate representation of color #666162: hue angle of 348º degrees, saturation: 0.03, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #666162 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 97 | 98 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.6 |
| HSL | 348º | 0.03% | 0.39% | - |
| HSV(B) | 348º | 0.05% | 0.4% | - |
| XYZ | 11.96 | 12.26 | 13.29 | - |
| YUV | 98.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 97 | 98 | 0 | 0.05 | 0.04 | 0.6 | 348 | 0.03 | 0.39 |
| Hex | 66 | 61 | 62 | 0 | 5 | 4 | 3C | 15C | 3 | 27 |
| Octal | 146 | 141 | 142 | 0 | 5 | 4 | 74 | 534 | 3 | 47 |
| Binary | 1100110 | 1100001 | 1100010 | 0 | 101 | 100 | 111100 | 101011100 | 11 | 100111 |
Color Harmonies of #666162
Complementary color
Monochromatic Colors of #666162
Black with #666162
Text Example
Text Example
White with #666162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666162; }
p { color: rgb(102,97,98); }
H1.HeaderClassName
{
color: #666162;
}
.AnyTagClassName
{
color: #666162;
}
</style>
background-color css
<style>
a { background-color: #666162; }
a { background-color: rgb(102,97,98); }
div.DivClassName
{
background-color: #666162;
}
.BgClassName
{
background-color: #666162;
}
</style>
border-color css
<style>
span { border-color: #666162; }
span { border-color: rgb(102,97,98); }
td.TdClassName
{
border-color: #666162;
}
.TagClassName
{
border-color: #666162;
}
</style>