Shades of Scorpion #6E5F62
Tints of Scorpion #6E5F62
RGB
CMYK
RGB Variations
Color information
#6E5F62 (or 0x6E5F62) is known color: Scorpion. HEX triplet: 6E, 5F and 62. RGB value is (110,95,98). Sum of RGB (Red+Green+Blue) = 110+95+98=303 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.30% from 303); Green value is 95 (37.5% from 255 or 31.35% from 303); Blue value is 98 (38.67% from 255 or 32.34% from 303); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5F62 is #91A09D. Grayscale: #636363. Windows color (decimal): -9543838 or 6446958. OLE color: 6446958.
HSL color Cylindrical-coordinate representation of color #6E5F62: hue angle of 348º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6E5F62 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 95 | 98 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.57 |
| HSL | 348º | 0.07% | 0.4% | - |
| HSV(B) | 348º | 0.14% | 0.43% | - |
| XYZ | 12.73 | 12.38 | 13.27 | - |
| YUV | 99.83 | 126.97 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 95 | 98 | 0 | 0.14 | 0.11 | 0.57 | 348 | 0.07 | 0.4 |
| Hex | 6E | 5F | 62 | 0 | E | B | 39 | 15C | 7 | 28 |
| Octal | 156 | 137 | 142 | 0 | 16 | 13 | 71 | 534 | 7 | 50 |
| Binary | 1101110 | 1011111 | 1100010 | 0 | 1110 | 1011 | 111001 | 101011100 | 111 | 101000 |
Color Harmonies of #6E5F62
Complementary color
Monochromatic Colors of #6E5F62
Black with #6E5F62
Text Example
Text Example
White with #6E5F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5F62; }
p { color: rgb(110,95,98); }
H1.HeaderClassName
{
color: #6E5F62;
}
.AnyTagClassName
{
color: #6E5F62;
}
</style>
background-color css
<style>
a { background-color: #6E5F62; }
a { background-color: rgb(110,95,98); }
div.DivClassName
{
background-color: #6E5F62;
}
.BgClassName
{
background-color: #6E5F62;
}
</style>
border-color css
<style>
span { border-color: #6E5F62; }
span { border-color: rgb(110,95,98); }
td.TdClassName
{
border-color: #6E5F62;
}
.TagClassName
{
border-color: #6E5F62;
}
</style>