Shades of Scorpion #6E5A5F
Tints of Scorpion #6E5A5F
RGB
CMYK
RGB Variations
Color information
#6E5A5F (or 0x6E5A5F) is known color: Scorpion. HEX triplet: 6E, 5A and 5F. RGB value is (110,90,95). Sum of RGB (Red+Green+Blue) = 110+90+95=295 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.29% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5A5F is #91A5A0. Grayscale: #606060. Windows color (decimal): -9545121 or 6249070. OLE color: 6249070.
HSL color Cylindrical-coordinate representation of color #6E5A5F: hue angle of 345º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6E5A5F is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 90 | 95 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.57 |
| HSL | 345º | 0.1% | 0.39% | - |
| HSV(B) | 345º | 0.18% | 0.43% | - |
| XYZ | 12.15 | 11.45 | 12.4 | - |
| YUV | 96.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 90 | 95 | 0 | 0.18 | 0.14 | 0.57 | 345 | 0.1 | 0.39 |
| Hex | 6E | 5A | 5F | 0 | 12 | E | 39 | 159 | A | 27 |
| Octal | 156 | 132 | 137 | 0 | 22 | 16 | 71 | 531 | 12 | 47 |
| Binary | 1101110 | 1011010 | 1011111 | 0 | 10010 | 1110 | 111001 | 101011001 | 1010 | 100111 |
Color Harmonies of #6E5A5F
Complementary color
Monochromatic Colors of #6E5A5F
Black with #6E5A5F
Text Example
Text Example
White with #6E5A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5A5F; }
p { color: rgb(110,90,95); }
H1.HeaderClassName
{
color: #6E5A5F;
}
.AnyTagClassName
{
color: #6E5A5F;
}
</style>
background-color css
<style>
a { background-color: #6E5A5F; }
a { background-color: rgb(110,90,95); }
div.DivClassName
{
background-color: #6E5A5F;
}
.BgClassName
{
background-color: #6E5A5F;
}
</style>
border-color css
<style>
span { border-color: #6E5A5F; }
span { border-color: rgb(110,90,95); }
td.TdClassName
{
border-color: #6E5A5F;
}
.TagClassName
{
border-color: #6E5A5F;
}
</style>