Shades of Scorpion #665B5F
Tints of Scorpion #665B5F
RGB
CMYK
RGB Variations
Color information
#665B5F (or 0x665B5F) is known color: Scorpion. HEX triplet: 66, 5B and 5F. RGB value is (102,91,95). Sum of RGB (Red+Green+Blue) = 102+91+95=288 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.42% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 102 - color contains mainly: red. Hex color #665B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665B5F is #99A4A0. Grayscale: #5E5E5E. Windows color (decimal): -10069153 or 6249318. OLE color: 6249318.
HSL color Cylindrical-coordinate representation of color #665B5F: hue angle of 338.18º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #665B5F is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 91 | 95 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.6 |
| HSL | 338.18º | 0.06% | 0.38% | - |
| HSV(B) | 338.18º | 0.11% | 0.4% | - |
| XYZ | 11.29 | 11.13 | 12.38 | - |
| YUV | 94.75 | 128.14 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 95 | 0 | 0.11 | 0.07 | 0.6 | 338.18 | 0.06 | 0.38 |
| Hex | 66 | 5B | 5F | 0 | B | 7 | 3C | 152 | 6 | 26 |
| Octal | 146 | 133 | 137 | 0 | 13 | 7 | 74 | 522 | 6 | 46 |
| Binary | 1100110 | 1011011 | 1011111 | 0 | 1011 | 111 | 111100 | 101010010 | 110 | 100110 |
Color Harmonies of #665B5F
Complementary color
Monochromatic Colors of #665B5F
Black with #665B5F
Text Example
Text Example
White with #665B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665B5F; }
p { color: rgb(102,91,95); }
H1.HeaderClassName
{
color: #665B5F;
}
.AnyTagClassName
{
color: #665B5F;
}
</style>
background-color css
<style>
a { background-color: #665B5F; }
a { background-color: rgb(102,91,95); }
div.DivClassName
{
background-color: #665B5F;
}
.BgClassName
{
background-color: #665B5F;
}
</style>
border-color css
<style>
span { border-color: #665B5F; }
span { border-color: rgb(102,91,95); }
td.TdClassName
{
border-color: #665B5F;
}
.TagClassName
{
border-color: #665B5F;
}
</style>