Shades of Scorpion #6D5D61
Tints of Scorpion #6D5D61
RGB
CMYK
RGB Variations
Color information
#6D5D61 (or 0x6D5D61) is known color: Scorpion. HEX triplet: 6D, 5D and 61. RGB value is (109,93,97). Sum of RGB (Red+Green+Blue) = 109+93+97=299 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.45% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 97 (38.28% from 255 or 32.44% from 299); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5D61 is #92A29E. Grayscale: #626262. Windows color (decimal): -9609887 or 6380909. OLE color: 6380909.
HSL color Cylindrical-coordinate representation of color #6D5D61: hue angle of 345º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6D5D61 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 93 | 97 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.57 |
| HSL | 345º | 0.08% | 0.4% | - |
| HSV(B) | 345º | 0.15% | 0.43% | - |
| XYZ | 12.38 | 11.94 | 12.96 | - |
| YUV | 98.24 | 127.3 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 93 | 97 | 0 | 0.15 | 0.11 | 0.57 | 345 | 0.08 | 0.4 |
| Hex | 6D | 5D | 61 | 0 | F | B | 39 | 159 | 8 | 28 |
| Octal | 155 | 135 | 141 | 0 | 17 | 13 | 71 | 531 | 10 | 50 |
| Binary | 1101101 | 1011101 | 1100001 | 0 | 1111 | 1011 | 111001 | 101011001 | 1000 | 101000 |
Color Harmonies of #6D5D61
Complementary color
Monochromatic Colors of #6D5D61
Black with #6D5D61
Text Example
Text Example
White with #6D5D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5D61; }
p { color: rgb(109,93,97); }
H1.HeaderClassName
{
color: #6D5D61;
}
.AnyTagClassName
{
color: #6D5D61;
}
</style>
background-color css
<style>
a { background-color: #6D5D61; }
a { background-color: rgb(109,93,97); }
div.DivClassName
{
background-color: #6D5D61;
}
.BgClassName
{
background-color: #6D5D61;
}
</style>
border-color css
<style>
span { border-color: #6D5D61; }
span { border-color: rgb(109,93,97); }
td.TdClassName
{
border-color: #6D5D61;
}
.TagClassName
{
border-color: #6D5D61;
}
</style>