Shades of Scorpion #665D61
Tints of Scorpion #665D61
RGB
CMYK
RGB Variations
Color information
#665D61 (or 0x665D61) is known color: Scorpion. HEX triplet: 66, 5D and 61. RGB value is (102,93,97). Sum of RGB (Red+Green+Blue) = 102+93+97=292 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.93% from 292); Green value is 93 (36.72% from 255 or 31.85% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 102 - color contains mainly: red. Hex color #665D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665D61 is #99A29E. Grayscale: #606060. Windows color (decimal): -10068639 or 6380902. OLE color: 6380902.
HSL color Cylindrical-coordinate representation of color #665D61: hue angle of 333.33º 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 #665D61 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 93 | 97 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.6 |
| HSL | 333.33º | 0.05% | 0.38% | - |
| HSV(B) | 333.33º | 0.09% | 0.4% | - |
| XYZ | 11.55 | 11.52 | 12.92 | - |
| YUV | 96.15 | 128.48 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 93 | 97 | 0 | 0.09 | 0.05 | 0.6 | 333.33 | 0.05 | 0.38 |
| Hex | 66 | 5D | 61 | 0 | 9 | 5 | 3C | 14D | 5 | 26 |
| Octal | 146 | 135 | 141 | 0 | 11 | 5 | 74 | 515 | 5 | 46 |
| Binary | 1100110 | 1011101 | 1100001 | 0 | 1001 | 101 | 111100 | 101001101 | 101 | 100110 |
Color Harmonies of #665D61
Complementary color
Monochromatic Colors of #665D61
Black with #665D61
Text Example
Text Example
White with #665D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665D61; }
p { color: rgb(102,93,97); }
H1.HeaderClassName
{
color: #665D61;
}
.AnyTagClassName
{
color: #665D61;
}
</style>
background-color css
<style>
a { background-color: #665D61; }
a { background-color: rgb(102,93,97); }
div.DivClassName
{
background-color: #665D61;
}
.BgClassName
{
background-color: #665D61;
}
</style>
border-color css
<style>
span { border-color: #665D61; }
span { border-color: rgb(102,93,97); }
td.TdClassName
{
border-color: #665D61;
}
.TagClassName
{
border-color: #665D61;
}
</style>