Shades of Scorpion #68595E
Tints of Scorpion #68595E
RGB
CMYK
RGB Variations
Color information
#68595E (or 0x68595E) is known color: Scorpion. HEX triplet: 68, 59 and 5E. RGB value is (104,89,94). Sum of RGB (Red+Green+Blue) = 104+89+94=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 104 - color contains mainly: red. Hex color #68595E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68595E is #97A6A1. Grayscale: #5E5E5E. Windows color (decimal): -9938594 or 6183272. OLE color: 6183272.
HSL color Cylindrical-coordinate representation of color #68595E: hue angle of 340º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #68595E is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 89 | 94 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.59 |
| HSL | 340º | 0.08% | 0.38% | - |
| HSV(B) | 340º | 0.14% | 0.41% | - |
| XYZ | 11.3 | 10.9 | 12.1 | - |
| YUV | 94.06 | 127.97 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 89 | 94 | 0 | 0.14 | 0.10 | 0.59 | 340 | 0.08 | 0.38 |
| Hex | 68 | 59 | 5E | 0 | E | A | 3B | 154 | 8 | 26 |
| Octal | 150 | 131 | 136 | 0 | 16 | 12 | 73 | 524 | 10 | 46 |
| Binary | 1101000 | 1011001 | 1011110 | 0 | 1110 | 1010 | 111011 | 101010100 | 1000 | 100110 |
Color Harmonies of #68595E
Complementary color
Monochromatic Colors of #68595E
Black with #68595E
Text Example
Text Example
White with #68595E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68595E; }
p { color: rgb(104,89,94); }
H1.HeaderClassName
{
color: #68595E;
}
.AnyTagClassName
{
color: #68595E;
}
</style>
background-color css
<style>
a { background-color: #68595E; }
a { background-color: rgb(104,89,94); }
div.DivClassName
{
background-color: #68595E;
}
.BgClassName
{
background-color: #68595E;
}
</style>
border-color css
<style>
span { border-color: #68595E; }
span { border-color: rgb(104,89,94); }
td.TdClassName
{
border-color: #68595E;
}
.TagClassName
{
border-color: #68595E;
}
</style>