Shades of Scorpion #685A5E
Tints of Scorpion #685A5E
RGB
CMYK
RGB Variations
Color information
#685A5E (or 0x685A5E) is known color: Scorpion. HEX triplet: 68, 5A and 5E. RGB value is (104,90,94). Sum of RGB (Red+Green+Blue) = 104+90+94=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 104 - color contains mainly: red. Hex color #685A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685A5E is #97A5A1. Grayscale: #5E5E5E. Windows color (decimal): -9938338 or 6183528. OLE color: 6183528.
HSL color Cylindrical-coordinate representation of color #685A5E: hue angle of 342.86º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #685A5E is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 90 | 94 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.59 |
| HSL | 342.86º | 0.07% | 0.38% | - |
| HSV(B) | 342.86º | 0.13% | 0.41% | - |
| XYZ | 11.39 | 11.06 | 12.13 | - |
| YUV | 94.64 | 127.64 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 90 | 94 | 0 | 0.13 | 0.10 | 0.59 | 342.86 | 0.07 | 0.38 |
| Hex | 68 | 5A | 5E | 0 | D | A | 3B | 157 | 7 | 26 |
| Octal | 150 | 132 | 136 | 0 | 15 | 12 | 73 | 527 | 7 | 46 |
| Binary | 1101000 | 1011010 | 1011110 | 0 | 1101 | 1010 | 111011 | 101010111 | 111 | 100110 |
Color Harmonies of #685A5E
Complementary color
Monochromatic Colors of #685A5E
Black with #685A5E
Text Example
Text Example
White with #685A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685A5E; }
p { color: rgb(104,90,94); }
H1.HeaderClassName
{
color: #685A5E;
}
.AnyTagClassName
{
color: #685A5E;
}
</style>
background-color css
<style>
a { background-color: #685A5E; }
a { background-color: rgb(104,90,94); }
div.DivClassName
{
background-color: #685A5E;
}
.BgClassName
{
background-color: #685A5E;
}
</style>
border-color css
<style>
span { border-color: #685A5E; }
span { border-color: rgb(104,90,94); }
td.TdClassName
{
border-color: #685A5E;
}
.TagClassName
{
border-color: #685A5E;
}
</style>