Shades of Scorpion #685D63
Tints of Scorpion #685D63
RGB
CMYK
RGB Variations
Color information
#685D63 (or 0x685D63) is known color: Scorpion. HEX triplet: 68, 5D and 63. RGB value is (104,93,99). Sum of RGB (Red+Green+Blue) = 104+93+99=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 93 (36.72% from 255 or 31.42% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 104 - color contains mainly: red. Hex color #685D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685D63 is #97A29C. Grayscale: #606060. Windows color (decimal): -9937565 or 6511976. OLE color: 6511976.
HSL color Cylindrical-coordinate representation of color #685D63: hue angle of 327.27º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #685D63 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 93 | 99 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.59 |
| HSL | 327.27º | 0.06% | 0.39% | - |
| HSV(B) | 327.27º | 0.11% | 0.41% | - |
| XYZ | 11.88 | 11.67 | 13.43 | - |
| YUV | 96.97 | 129.14 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 93 | 99 | 0 | 0.11 | 0.05 | 0.59 | 327.27 | 0.06 | 0.39 |
| Hex | 68 | 5D | 63 | 0 | B | 5 | 3B | 147 | 6 | 27 |
| Octal | 150 | 135 | 143 | 0 | 13 | 5 | 73 | 507 | 6 | 47 |
| Binary | 1101000 | 1011101 | 1100011 | 0 | 1011 | 101 | 111011 | 101000111 | 110 | 100111 |
Color Harmonies of #685D63
Complementary color
Monochromatic Colors of #685D63
Black with #685D63
Text Example
Text Example
White with #685D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685D63; }
p { color: rgb(104,93,99); }
H1.HeaderClassName
{
color: #685D63;
}
.AnyTagClassName
{
color: #685D63;
}
</style>
background-color css
<style>
a { background-color: #685D63; }
a { background-color: rgb(104,93,99); }
div.DivClassName
{
background-color: #685D63;
}
.BgClassName
{
background-color: #685D63;
}
</style>
border-color css
<style>
span { border-color: #685D63; }
span { border-color: rgb(104,93,99); }
td.TdClassName
{
border-color: #685D63;
}
.TagClassName
{
border-color: #685D63;
}
</style>