Shades of Scorpion #6C565E
Tints of Scorpion #6C565E
RGB
CMYK
RGB Variations
Color information
#6C565E (or 0x6C565E) is known color: Scorpion. HEX triplet: 6C, 56 and 5E. RGB value is (108,86,94). Sum of RGB (Red+Green+Blue) = 108+86+94=288 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.5% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 108 - color contains mainly: red. Hex color #6C565E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C565E is #93A9A1. Grayscale: #5D5D5D. Windows color (decimal): -9677218 or 6182508. OLE color: 6182508.
HSL color Cylindrical-coordinate representation of color #6C565E: hue angle of 338.18º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6C565E is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 86 | 94 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.58 |
| HSL | 338.18º | 0.11% | 0.38% | - |
| HSV(B) | 338.18º | 0.2% | 0.42% | - |
| XYZ | 11.53 | 10.65 | 12.04 | - |
| YUV | 93.49 | 128.29 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 86 | 94 | 0 | 0.20 | 0.13 | 0.58 | 338.18 | 0.11 | 0.38 |
| Hex | 6C | 56 | 5E | 0 | 14 | D | 3A | 152 | B | 26 |
| Octal | 154 | 126 | 136 | 0 | 24 | 15 | 72 | 522 | 13 | 46 |
| Binary | 1101100 | 1010110 | 1011110 | 0 | 10100 | 1101 | 111010 | 101010010 | 1011 | 100110 |
Color Harmonies of #6C565E
Complementary color
Monochromatic Colors of #6C565E
Black with #6C565E
Text Example
Text Example
White with #6C565E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C565E; }
p { color: rgb(108,86,94); }
H1.HeaderClassName
{
color: #6C565E;
}
.AnyTagClassName
{
color: #6C565E;
}
</style>
background-color css
<style>
a { background-color: #6C565E; }
a { background-color: rgb(108,86,94); }
div.DivClassName
{
background-color: #6C565E;
}
.BgClassName
{
background-color: #6C565E;
}
</style>
border-color css
<style>
span { border-color: #6C565E; }
span { border-color: rgb(108,86,94); }
td.TdClassName
{
border-color: #6C565E;
}
.TagClassName
{
border-color: #6C565E;
}
</style>