Shades of Scorpion #68575D
Tints of Scorpion #68575D
RGB
CMYK
RGB Variations
Color information
#68575D (or 0x68575D) is known color: Scorpion. HEX triplet: 68, 57 and 5D. RGB value is (104,87,93). Sum of RGB (Red+Green+Blue) = 104+87+93=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 87 (34.38% from 255 or 30.63% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 104 - color contains mainly: red. Hex color #68575D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68575D is #97A8A2. Grayscale: #5C5C5C. Windows color (decimal): -9939107 or 6117224. OLE color: 6117224.
HSL color Cylindrical-coordinate representation of color #68575D: hue angle of 338.82º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #68575D is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 87 | 93 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.59 |
| HSL | 338.82º | 0.09% | 0.37% | - |
| HSV(B) | 338.82º | 0.16% | 0.41% | - |
| XYZ | 11.09 | 10.55 | 11.81 | - |
| YUV | 92.77 | 128.13 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 87 | 93 | 0 | 0.16 | 0.11 | 0.59 | 338.82 | 0.09 | 0.37 |
| Hex | 68 | 57 | 5D | 0 | 10 | B | 3B | 153 | 9 | 25 |
| Octal | 150 | 127 | 135 | 0 | 20 | 13 | 73 | 523 | 11 | 45 |
| Binary | 1101000 | 1010111 | 1011101 | 0 | 10000 | 1011 | 111011 | 101010011 | 1001 | 100101 |
Color Harmonies of #68575D
Complementary color
Monochromatic Colors of #68575D
Black with #68575D
Text Example
Text Example
White with #68575D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68575D; }
p { color: rgb(104,87,93); }
H1.HeaderClassName
{
color: #68575D;
}
.AnyTagClassName
{
color: #68575D;
}
</style>
background-color css
<style>
a { background-color: #68575D; }
a { background-color: rgb(104,87,93); }
div.DivClassName
{
background-color: #68575D;
}
.BgClassName
{
background-color: #68575D;
}
</style>
border-color css
<style>
span { border-color: #68575D; }
span { border-color: rgb(104,87,93); }
td.TdClassName
{
border-color: #68575D;
}
.TagClassName
{
border-color: #68575D;
}
</style>