Shades of Scorpion #6A5D60
Tints of Scorpion #6A5D60
RGB
CMYK
RGB Variations
Color information
#6A5D60 (or 0x6A5D60) is known color: Scorpion. HEX triplet: 6A, 5D and 60. RGB value is (106,93,96). Sum of RGB (Red+Green+Blue) = 106+93+96=295 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.93% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5D60 is #95A29F. Grayscale: #616161. Windows color (decimal): -9806496 or 6315370. OLE color: 6315370.
HSL color Cylindrical-coordinate representation of color #6A5D60: hue angle of 346.15º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6A5D60 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 93 | 96 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.58 |
| HSL | 346.15º | 0.07% | 0.39% | - |
| HSV(B) | 346.15º | 0.12% | 0.42% | - |
| XYZ | 11.97 | 11.74 | 12.7 | - |
| YUV | 97.23 | 127.31 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 93 | 96 | 0 | 0.12 | 0.09 | 0.58 | 346.15 | 0.07 | 0.39 |
| Hex | 6A | 5D | 60 | 0 | C | 9 | 3A | 15A | 7 | 27 |
| Octal | 152 | 135 | 140 | 0 | 14 | 11 | 72 | 532 | 7 | 47 |
| Binary | 1101010 | 1011101 | 1100000 | 0 | 1100 | 1001 | 111010 | 101011010 | 111 | 100111 |
Color Harmonies of #6A5D60
Complementary color
Monochromatic Colors of #6A5D60
Black with #6A5D60
Text Example
Text Example
White with #6A5D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5D60; }
p { color: rgb(106,93,96); }
H1.HeaderClassName
{
color: #6A5D60;
}
.AnyTagClassName
{
color: #6A5D60;
}
</style>
background-color css
<style>
a { background-color: #6A5D60; }
a { background-color: rgb(106,93,96); }
div.DivClassName
{
background-color: #6A5D60;
}
.BgClassName
{
background-color: #6A5D60;
}
</style>
border-color css
<style>
span { border-color: #6A5D60; }
span { border-color: rgb(106,93,96); }
td.TdClassName
{
border-color: #6A5D60;
}
.TagClassName
{
border-color: #6A5D60;
}
</style>