Shades of Scorpion #665C5F
Tints of Scorpion #665C5F
RGB
CMYK
RGB Variations
Color information
#665C5F (or 0x665C5F) is known color: Scorpion. HEX triplet: 66, 5C and 5F. RGB value is (102,92,95). Sum of RGB (Red+Green+Blue) = 102+92+95=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 95 (37.5% from 255 or 32.87% from 289); Max value from RGB is 102 - color contains mainly: red. Hex color #665C5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665C5F is #99A3A0. Grayscale: #5F5F5F. Windows color (decimal): -10068897 or 6249574. OLE color: 6249574.
HSL color Cylindrical-coordinate representation of color #665C5F: hue angle of 342º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #665C5F is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 92 | 95 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.6 |
| HSL | 342º | 0.05% | 0.38% | - |
| HSV(B) | 342º | 0.1% | 0.4% | - |
| XYZ | 11.37 | 11.31 | 12.41 | - |
| YUV | 95.33 | 127.81 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 92 | 95 | 0 | 0.10 | 0.07 | 0.6 | 342 | 0.05 | 0.38 |
| Hex | 66 | 5C | 5F | 0 | A | 7 | 3C | 156 | 5 | 26 |
| Octal | 146 | 134 | 137 | 0 | 12 | 7 | 74 | 526 | 5 | 46 |
| Binary | 1100110 | 1011100 | 1011111 | 0 | 1010 | 111 | 111100 | 101010110 | 101 | 100110 |
Color Harmonies of #665C5F
Complementary color
Monochromatic Colors of #665C5F
Black with #665C5F
Text Example
Text Example
White with #665C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665C5F; }
p { color: rgb(102,92,95); }
H1.HeaderClassName
{
color: #665C5F;
}
.AnyTagClassName
{
color: #665C5F;
}
</style>
background-color css
<style>
a { background-color: #665C5F; }
a { background-color: rgb(102,92,95); }
div.DivClassName
{
background-color: #665C5F;
}
.BgClassName
{
background-color: #665C5F;
}
</style>
border-color css
<style>
span { border-color: #665C5F; }
span { border-color: rgb(102,92,95); }
td.TdClassName
{
border-color: #665C5F;
}
.TagClassName
{
border-color: #665C5F;
}
</style>