Shades of Scorpion #6E5B65
Tints of Scorpion #6E5B65
RGB
CMYK
RGB Variations
Color information
#6E5B65 (or 0x6E5B65) is known color: Scorpion. HEX triplet: 6E, 5B and 65. RGB value is (110,91,101). Sum of RGB (Red+Green+Blue) = 110+91+101=302 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.42% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5B65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5B65 is #91A49A. Grayscale: #616161. Windows color (decimal): -9544859 or 6642542. OLE color: 6642542.
HSL color Cylindrical-coordinate representation of color #6E5B65: hue angle of 328.42º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6E5B65 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 91 | 101 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.57 |
| HSL | 328.42º | 0.09% | 0.39% | - |
| HSV(B) | 328.42º | 0.17% | 0.43% | - |
| XYZ | 12.52 | 11.74 | 13.92 | - |
| YUV | 97.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 91 | 101 | 0 | 0.17 | 0.08 | 0.57 | 328.42 | 0.09 | 0.39 |
| Hex | 6E | 5B | 65 | 0 | 11 | 8 | 39 | 148 | 9 | 27 |
| Octal | 156 | 133 | 145 | 0 | 21 | 10 | 71 | 510 | 11 | 47 |
| Binary | 1101110 | 1011011 | 1100101 | 0 | 10001 | 1000 | 111001 | 101001000 | 1001 | 100111 |
Color Harmonies of #6E5B65
Complementary color
Monochromatic Colors of #6E5B65
Black with #6E5B65
Text Example
Text Example
White with #6E5B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5B65; }
p { color: rgb(110,91,101); }
H1.HeaderClassName
{
color: #6E5B65;
}
.AnyTagClassName
{
color: #6E5B65;
}
</style>
background-color css
<style>
a { background-color: #6E5B65; }
a { background-color: rgb(110,91,101); }
div.DivClassName
{
background-color: #6E5B65;
}
.BgClassName
{
background-color: #6E5B65;
}
</style>
border-color css
<style>
span { border-color: #6E5B65; }
span { border-color: rgb(110,91,101); }
td.TdClassName
{
border-color: #6E5B65;
}
.TagClassName
{
border-color: #6E5B65;
}
</style>