Shades of Scorpion #685D61
Tints of Scorpion #685D61
RGB
CMYK
RGB Variations
Color information
#685D61 (or 0x685D61) is known color: Scorpion. HEX triplet: 68, 5D and 61. RGB value is (104,93,97). Sum of RGB (Red+Green+Blue) = 104+93+97=294 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.37% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 104 - color contains mainly: red. Hex color #685D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685D61 is #97A29E. Grayscale: #606060. Windows color (decimal): -9937567 or 6380904. OLE color: 6380904.
HSL color Cylindrical-coordinate representation of color #685D61: hue angle of 338.18º 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 #685D61 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 93 | 97 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.59 |
| HSL | 338.18º | 0.06% | 0.39% | - |
| HSV(B) | 338.18º | 0.11% | 0.41% | - |
| XYZ | 11.78 | 11.63 | 12.93 | - |
| YUV | 96.75 | 128.14 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 93 | 97 | 0 | 0.11 | 0.07 | 0.59 | 338.18 | 0.06 | 0.39 |
| Hex | 68 | 5D | 61 | 0 | B | 7 | 3B | 152 | 6 | 27 |
| Octal | 150 | 135 | 141 | 0 | 13 | 7 | 73 | 522 | 6 | 47 |
| Binary | 1101000 | 1011101 | 1100001 | 0 | 1011 | 111 | 111011 | 101010010 | 110 | 100111 |
Color Harmonies of #685D61
Complementary color
Monochromatic Colors of #685D61
Black with #685D61
Text Example
Text Example
White with #685D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685D61; }
p { color: rgb(104,93,97); }
H1.HeaderClassName
{
color: #685D61;
}
.AnyTagClassName
{
color: #685D61;
}
</style>
background-color css
<style>
a { background-color: #685D61; }
a { background-color: rgb(104,93,97); }
div.DivClassName
{
background-color: #685D61;
}
.BgClassName
{
background-color: #685D61;
}
</style>
border-color css
<style>
span { border-color: #685D61; }
span { border-color: rgb(104,93,97); }
td.TdClassName
{
border-color: #685D61;
}
.TagClassName
{
border-color: #685D61;
}
</style>