Shades of Scorpion #6A5D64
Tints of Scorpion #6A5D64
RGB
CMYK
RGB Variations
Color information
#6A5D64 (or 0x6A5D64) is known color: Scorpion. HEX triplet: 6A, 5D and 64. RGB value is (106,93,100). Sum of RGB (Red+Green+Blue) = 106+93+100=299 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.45% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5D64 is #95A29B. Grayscale: #616161. Windows color (decimal): -9806492 or 6577514. OLE color: 6577514.
HSL color Cylindrical-coordinate representation of color #6A5D64: hue angle of 327.69º 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 #6A5D64 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 93 | 100 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.58 |
| HSL | 327.69º | 0.07% | 0.39% | - |
| HSV(B) | 327.69º | 0.12% | 0.42% | - |
| XYZ | 12.16 | 11.81 | 13.7 | - |
| YUV | 97.69 | 129.31 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 93 | 100 | 0 | 0.12 | 0.06 | 0.58 | 327.69 | 0.07 | 0.39 |
| Hex | 6A | 5D | 64 | 0 | C | 6 | 3A | 148 | 7 | 27 |
| Octal | 152 | 135 | 144 | 0 | 14 | 6 | 72 | 510 | 7 | 47 |
| Binary | 1101010 | 1011101 | 1100100 | 0 | 1100 | 110 | 111010 | 101001000 | 111 | 100111 |
Color Harmonies of #6A5D64
Complementary color
Monochromatic Colors of #6A5D64
Black with #6A5D64
Text Example
Text Example
White with #6A5D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5D64; }
p { color: rgb(106,93,100); }
H1.HeaderClassName
{
color: #6A5D64;
}
.AnyTagClassName
{
color: #6A5D64;
}
</style>
background-color css
<style>
a { background-color: #6A5D64; }
a { background-color: rgb(106,93,100); }
div.DivClassName
{
background-color: #6A5D64;
}
.BgClassName
{
background-color: #6A5D64;
}
</style>
border-color css
<style>
span { border-color: #6A5D64; }
span { border-color: rgb(106,93,100); }
td.TdClassName
{
border-color: #6A5D64;
}
.TagClassName
{
border-color: #6A5D64;
}
</style>