Shades of Scorpion #6C575F
Tints of Scorpion #6C575F
RGB
CMYK
RGB Variations
Color information
#6C575F (or 0x6C575F) is known color: Scorpion. HEX triplet: 6C, 57 and 5F. RGB value is (108,87,95). Sum of RGB (Red+Green+Blue) = 108+87+95=290 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.24% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 95 (37.5% from 255 or 32.76% from 290); Max value from RGB is 108 - color contains mainly: red. Hex color #6C575F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C575F is #93A8A0. Grayscale: #5E5E5E. Windows color (decimal): -9676961 or 6248300. OLE color: 6248300.
HSL color Cylindrical-coordinate representation of color #6C575F: hue angle of 337.14º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6C575F is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 87 | 95 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.58 |
| HSL | 337.14º | 0.11% | 0.38% | - |
| HSV(B) | 337.14º | 0.19% | 0.42% | - |
| XYZ | 11.66 | 10.83 | 12.3 | - |
| YUV | 94.19 | 128.46 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 87 | 95 | 0 | 0.19 | 0.12 | 0.58 | 337.14 | 0.11 | 0.38 |
| Hex | 6C | 57 | 5F | 0 | 13 | C | 3A | 151 | B | 26 |
| Octal | 154 | 127 | 137 | 0 | 23 | 14 | 72 | 521 | 13 | 46 |
| Binary | 1101100 | 1010111 | 1011111 | 0 | 10011 | 1100 | 111010 | 101010001 | 1011 | 100110 |
Color Harmonies of #6C575F
Complementary color
Monochromatic Colors of #6C575F
Black with #6C575F
Text Example
Text Example
White with #6C575F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C575F; }
p { color: rgb(108,87,95); }
H1.HeaderClassName
{
color: #6C575F;
}
.AnyTagClassName
{
color: #6C575F;
}
</style>
background-color css
<style>
a { background-color: #6C575F; }
a { background-color: rgb(108,87,95); }
div.DivClassName
{
background-color: #6C575F;
}
.BgClassName
{
background-color: #6C575F;
}
</style>
border-color css
<style>
span { border-color: #6C575F; }
span { border-color: rgb(108,87,95); }
td.TdClassName
{
border-color: #6C575F;
}
.TagClassName
{
border-color: #6C575F;
}
</style>