Shades of Scorpion #665E61
Tints of Scorpion #665E61
RGB
CMYK
RGB Variations
Color information
#665E61 (or 0x665E61) is known color: Scorpion. HEX triplet: 66, 5E and 61. RGB value is (102,94,97). Sum of RGB (Red+Green+Blue) = 102+94+97=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 97 (38.28% from 255 or 33.11% from 293); Max value from RGB is 102 - color contains mainly: red. Hex color #665E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665E61 is #99A19E. Grayscale: #606060. Windows color (decimal): -10068383 or 6381158. OLE color: 6381158.
HSL color Cylindrical-coordinate representation of color #665E61: hue angle of 337.5º degrees, saturation: 0.04, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #665E61 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 94 | 97 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.6 |
| HSL | 337.5º | 0.04% | 0.38% | - |
| HSV(B) | 337.5º | 0.08% | 0.4% | - |
| XYZ | 11.64 | 11.69 | 12.95 | - |
| YUV | 96.73 | 128.15 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 94 | 97 | 0 | 0.08 | 0.05 | 0.6 | 337.5 | 0.04 | 0.38 |
| Hex | 66 | 5E | 61 | 0 | 8 | 5 | 3C | 152 | 4 | 26 |
| Octal | 146 | 136 | 141 | 0 | 10 | 5 | 74 | 522 | 4 | 46 |
| Binary | 1100110 | 1011110 | 1100001 | 0 | 1000 | 101 | 111100 | 101010010 | 100 | 100110 |
Color Harmonies of #665E61
Complementary color
Monochromatic Colors of #665E61
Black with #665E61
Text Example
Text Example
White with #665E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665E61; }
p { color: rgb(102,94,97); }
H1.HeaderClassName
{
color: #665E61;
}
.AnyTagClassName
{
color: #665E61;
}
</style>
background-color css
<style>
a { background-color: #665E61; }
a { background-color: rgb(102,94,97); }
div.DivClassName
{
background-color: #665E61;
}
.BgClassName
{
background-color: #665E61;
}
</style>
border-color css
<style>
span { border-color: #665E61; }
span { border-color: rgb(102,94,97); }
td.TdClassName
{
border-color: #665E61;
}
.TagClassName
{
border-color: #665E61;
}
</style>