Shades of Scorpion #68565C
Tints of Scorpion #68565C
RGB
CMYK
RGB Variations
Color information
#68565C (or 0x68565C) is known color: Scorpion. HEX triplet: 68, 56 and 5C. RGB value is (104,86,92). Sum of RGB (Red+Green+Blue) = 104+86+92=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 104 - color contains mainly: red. Hex color #68565C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68565C is #97A9A3. Grayscale: #5C5C5C. Windows color (decimal): -9939364 or 6051432. OLE color: 6051432.
HSL color Cylindrical-coordinate representation of color #68565C: hue angle of 340º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #68565C is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 86 | 92 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.59 |
| HSL | 340º | 0.09% | 0.37% | - |
| HSV(B) | 340º | 0.17% | 0.41% | - |
| XYZ | 10.97 | 10.37 | 11.55 | - |
| YUV | 92.07 | 127.96 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 86 | 92 | 0 | 0.17 | 0.12 | 0.59 | 340 | 0.09 | 0.37 |
| Hex | 68 | 56 | 5C | 0 | 11 | C | 3B | 154 | 9 | 25 |
| Octal | 150 | 126 | 134 | 0 | 21 | 14 | 73 | 524 | 11 | 45 |
| Binary | 1101000 | 1010110 | 1011100 | 0 | 10001 | 1100 | 111011 | 101010100 | 1001 | 100101 |
Color Harmonies of #68565C
Complementary color
Monochromatic Colors of #68565C
Black with #68565C
Text Example
Text Example
White with #68565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68565C; }
p { color: rgb(104,86,92); }
H1.HeaderClassName
{
color: #68565C;
}
.AnyTagClassName
{
color: #68565C;
}
</style>
background-color css
<style>
a { background-color: #68565C; }
a { background-color: rgb(104,86,92); }
div.DivClassName
{
background-color: #68565C;
}
.BgClassName
{
background-color: #68565C;
}
</style>
border-color css
<style>
span { border-color: #68565C; }
span { border-color: rgb(104,86,92); }
td.TdClassName
{
border-color: #68565C;
}
.TagClassName
{
border-color: #68565C;
}
</style>