Shades of Scorpion #6C5C60
Tints of Scorpion #6C5C60
RGB
CMYK
RGB Variations
Color information
#6C5C60 (or 0x6C5C60) is known color: Scorpion. HEX triplet: 6C, 5C and 60. RGB value is (108,92,96). Sum of RGB (Red+Green+Blue) = 108+92+96=296 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.49% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5C60 is #93A39F. Grayscale: #616161. Windows color (decimal): -9675680 or 6315116. OLE color: 6315116.
HSL color Cylindrical-coordinate representation of color #6C5C60: hue angle of 345º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6C5C60 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 92 | 96 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.58 |
| HSL | 345º | 0.08% | 0.39% | - |
| HSV(B) | 345º | 0.15% | 0.42% | - |
| XYZ | 12.12 | 11.69 | 12.68 | - |
| YUV | 97.24 | 127.3 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 92 | 96 | 0 | 0.15 | 0.11 | 0.58 | 345 | 0.08 | 0.39 |
| Hex | 6C | 5C | 60 | 0 | F | B | 3A | 159 | 8 | 27 |
| Octal | 154 | 134 | 140 | 0 | 17 | 13 | 72 | 531 | 10 | 47 |
| Binary | 1101100 | 1011100 | 1100000 | 0 | 1111 | 1011 | 111010 | 101011001 | 1000 | 100111 |
Color Harmonies of #6C5C60
Complementary color
Monochromatic Colors of #6C5C60
Black with #6C5C60
Text Example
Text Example
White with #6C5C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5C60; }
p { color: rgb(108,92,96); }
H1.HeaderClassName
{
color: #6C5C60;
}
.AnyTagClassName
{
color: #6C5C60;
}
</style>
background-color css
<style>
a { background-color: #6C5C60; }
a { background-color: rgb(108,92,96); }
div.DivClassName
{
background-color: #6C5C60;
}
.BgClassName
{
background-color: #6C5C60;
}
</style>
border-color css
<style>
span { border-color: #6C5C60; }
span { border-color: rgb(108,92,96); }
td.TdClassName
{
border-color: #6C5C60;
}
.TagClassName
{
border-color: #6C5C60;
}
</style>