Shades of Scorpion #6D5C62
Tints of Scorpion #6D5C62
RGB
CMYK
RGB Variations
Color information
#6D5C62 (or 0x6D5C62) is known color: Scorpion. HEX triplet: 6D, 5C and 62. RGB value is (109,92,98). Sum of RGB (Red+Green+Blue) = 109+92+98=299 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.45% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5C62 is #92A39D. Grayscale: #616161. Windows color (decimal): -9610142 or 6446189. OLE color: 6446189.
HSL color Cylindrical-coordinate representation of color #6D5C62: hue angle of 338.82º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6D5C62 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 92 | 98 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.57 |
| HSL | 338.82º | 0.08% | 0.39% | - |
| HSV(B) | 338.82º | 0.16% | 0.43% | - |
| XYZ | 12.34 | 11.79 | 13.18 | - |
| YUV | 97.77 | 128.13 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 92 | 98 | 0 | 0.16 | 0.10 | 0.57 | 338.82 | 0.08 | 0.39 |
| Hex | 6D | 5C | 62 | 0 | 10 | A | 39 | 153 | 8 | 27 |
| Octal | 155 | 134 | 142 | 0 | 20 | 12 | 71 | 523 | 10 | 47 |
| Binary | 1101101 | 1011100 | 1100010 | 0 | 10000 | 1010 | 111001 | 101010011 | 1000 | 100111 |
Color Harmonies of #6D5C62
Complementary color
Monochromatic Colors of #6D5C62
Black with #6D5C62
Text Example
Text Example
White with #6D5C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5C62; }
p { color: rgb(109,92,98); }
H1.HeaderClassName
{
color: #6D5C62;
}
.AnyTagClassName
{
color: #6D5C62;
}
</style>
background-color css
<style>
a { background-color: #6D5C62; }
a { background-color: rgb(109,92,98); }
div.DivClassName
{
background-color: #6D5C62;
}
.BgClassName
{
background-color: #6D5C62;
}
</style>
border-color css
<style>
span { border-color: #6D5C62; }
span { border-color: rgb(109,92,98); }
td.TdClassName
{
border-color: #6D5C62;
}
.TagClassName
{
border-color: #6D5C62;
}
</style>