Shades of Scorpion #685C63
Tints of Scorpion #685C63
RGB
CMYK
RGB Variations
Color information
#685C63 (or 0x685C63) is known color: Scorpion. HEX triplet: 68, 5C and 63. RGB value is (104,92,99). Sum of RGB (Red+Green+Blue) = 104+92+99=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 104 - color contains mainly: red. Hex color #685C63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685C63 is #97A39C. Grayscale: #606060. Windows color (decimal): -9937821 or 6511720. OLE color: 6511720.
HSL color Cylindrical-coordinate representation of color #685C63: hue angle of 325º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #685C63 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 92 | 99 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.59 |
| HSL | 325º | 0.06% | 0.38% | - |
| HSV(B) | 325º | 0.12% | 0.41% | - |
| XYZ | 11.79 | 11.5 | 13.4 | - |
| YUV | 96.39 | 129.48 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 92 | 99 | 0 | 0.12 | 0.05 | 0.59 | 325 | 0.06 | 0.38 |
| Hex | 68 | 5C | 63 | 0 | C | 5 | 3B | 145 | 6 | 26 |
| Octal | 150 | 134 | 143 | 0 | 14 | 5 | 73 | 505 | 6 | 46 |
| Binary | 1101000 | 1011100 | 1100011 | 0 | 1100 | 101 | 111011 | 101000101 | 110 | 100110 |
Color Harmonies of #685C63
Complementary color
Monochromatic Colors of #685C63
Black with #685C63
Text Example
Text Example
White with #685C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685C63; }
p { color: rgb(104,92,99); }
H1.HeaderClassName
{
color: #685C63;
}
.AnyTagClassName
{
color: #685C63;
}
</style>
background-color css
<style>
a { background-color: #685C63; }
a { background-color: rgb(104,92,99); }
div.DivClassName
{
background-color: #685C63;
}
.BgClassName
{
background-color: #685C63;
}
</style>
border-color css
<style>
span { border-color: #685C63; }
span { border-color: rgb(104,92,99); }
td.TdClassName
{
border-color: #685C63;
}
.TagClassName
{
border-color: #685C63;
}
</style>