Shades of Scorpion #6A5C64
Tints of Scorpion #6A5C64
RGB
CMYK
RGB Variations
Color information
#6A5C64 (or 0x6A5C64) is known color: Scorpion. HEX triplet: 6A, 5C and 64. RGB value is (106,92,100). Sum of RGB (Red+Green+Blue) = 106+92+100=298 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.57% from 298); Green value is 92 (36.33% from 255 or 30.87% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5C64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5C64 is #95A39B. Grayscale: #616161. Windows color (decimal): -9806748 or 6577258. OLE color: 6577258.
HSL color Cylindrical-coordinate representation of color #6A5C64: hue angle of 325.71º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6A5C64 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 92 | 100 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.58 |
| HSL | 325.71º | 0.07% | 0.39% | - |
| HSV(B) | 325.71º | 0.13% | 0.42% | - |
| XYZ | 12.07 | 11.64 | 13.67 | - |
| YUV | 97.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 92 | 100 | 0 | 0.13 | 0.06 | 0.58 | 325.71 | 0.07 | 0.39 |
| Hex | 6A | 5C | 64 | 0 | D | 6 | 3A | 146 | 7 | 27 |
| Octal | 152 | 134 | 144 | 0 | 15 | 6 | 72 | 506 | 7 | 47 |
| Binary | 1101010 | 1011100 | 1100100 | 0 | 1101 | 110 | 111010 | 101000110 | 111 | 100111 |
Color Harmonies of #6A5C64
Complementary color
Monochromatic Colors of #6A5C64
Black with #6A5C64
Text Example
Text Example
White with #6A5C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5C64; }
p { color: rgb(106,92,100); }
H1.HeaderClassName
{
color: #6A5C64;
}
.AnyTagClassName
{
color: #6A5C64;
}
</style>
background-color css
<style>
a { background-color: #6A5C64; }
a { background-color: rgb(106,92,100); }
div.DivClassName
{
background-color: #6A5C64;
}
.BgClassName
{
background-color: #6A5C64;
}
</style>
border-color css
<style>
span { border-color: #6A5C64; }
span { border-color: rgb(106,92,100); }
td.TdClassName
{
border-color: #6A5C64;
}
.TagClassName
{
border-color: #6A5C64;
}
</style>