Shades of Scorpion #6D5D62
Tints of Scorpion #6D5D62
RGB
CMYK
RGB Variations
Color information
#6D5D62 (or 0x6D5D62) is known color: Scorpion. HEX triplet: 6D, 5D and 62. RGB value is (109,93,98). Sum of RGB (Red+Green+Blue) = 109+93+98=300 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.33% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 98 (38.67% from 255 or 32.67% from 300); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5D62 is #92A29D. Grayscale: #626262. Windows color (decimal): -9609886 or 6446445. OLE color: 6446445.
HSL color Cylindrical-coordinate representation of color #6D5D62: hue angle of 341.25º 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 #6D5D62 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.57.
Color convert
RGB | 109 | 93 | 98 | - |
CMYK | 0 | 0.15 | 0.10 | 0.57 |
HSL | 341.25º | 0.08% | 0.4% | - |
HSV(B) | 341.25º | 0.15% | 0.43% | - |
XYZ | 12.43 | 11.96 | 13.21 | - |
YUV | 98.35 | 127.8 | 135.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 109 | 93 | 98 | 0 | 0.15 | 0.10 | 0.57 | 341.25 | 0.08 | 0.4 |
Hex | 6D | 5D | 62 | 0 | F | A | 39 | 155 | 8 | 28 |
Octal | 155 | 135 | 142 | 0 | 17 | 12 | 71 | 525 | 10 | 50 |
Binary | 1101101 | 1011101 | 1100010 | 0 | 1111 | 1010 | 111001 | 101010101 | 1000 | 101000 |
Color Harmonies of #6D5D62
Complementary color
Monochromatic Colors of #6D5D62
Black with #6D5D62
Text Example
Text Example
White with #6D5D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5D62; }
p { color: rgb(109,93,98); }
H1.HeaderClassName
{
color: #6D5D62;
}
.AnyTagClassName
{
color: #6D5D62;
}
</style>
background-color css
<style>
a { background-color: #6D5D62; }
a { background-color: rgb(109,93,98); }
div.DivClassName
{
background-color: #6D5D62;
}
.BgClassName
{
background-color: #6D5D62;
}
</style>
border-color css
<style>
span { border-color: #6D5D62; }
span { border-color: rgb(109,93,98); }
td.TdClassName
{
border-color: #6D5D62;
}
.TagClassName
{
border-color: #6D5D62;
}
</style>