Shades of Scorpion #6D5C65
Tints of Scorpion #6D5C65
RGB
CMYK
RGB Variations
Color information
#6D5C65 (or 0x6D5C65) is known color: Scorpion. HEX triplet: 6D, 5C and 65. RGB value is (109,92,101). Sum of RGB (Red+Green+Blue) = 109+92+101=302 (40% of max value = 765). Red value is 109 (42.97% from 255 or 36.09% from 302); Green value is 92 (36.33% from 255 or 30.46% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5C65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5C65 is #92A39A. Grayscale: #626262. Windows color (decimal): -9610139 or 6642797. OLE color: 6642797.
HSL color Cylindrical-coordinate representation of color #6D5C65: hue angle of 328.24º 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 #6D5C65 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 92 | 101 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.57 |
| HSL | 328.24º | 0.08% | 0.39% | - |
| HSV(B) | 328.24º | 0.16% | 0.43% | - |
| XYZ | 12.48 | 11.85 | 13.94 | - |
| YUV | 98.11 | 129.63 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 92 | 101 | 0 | 0.16 | 0.07 | 0.57 | 328.24 | 0.08 | 0.39 |
| Hex | 6D | 5C | 65 | 0 | 10 | 7 | 39 | 148 | 8 | 27 |
| Octal | 155 | 134 | 145 | 0 | 20 | 7 | 71 | 510 | 10 | 47 |
| Binary | 1101101 | 1011100 | 1100101 | 0 | 10000 | 111 | 111001 | 101001000 | 1000 | 100111 |
Color Harmonies of #6D5C65
Complementary color
Monochromatic Colors of #6D5C65
Black with #6D5C65
Text Example
Text Example
White with #6D5C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5C65; }
p { color: rgb(109,92,101); }
H1.HeaderClassName
{
color: #6D5C65;
}
.AnyTagClassName
{
color: #6D5C65;
}
</style>
background-color css
<style>
a { background-color: #6D5C65; }
a { background-color: rgb(109,92,101); }
div.DivClassName
{
background-color: #6D5C65;
}
.BgClassName
{
background-color: #6D5C65;
}
</style>
border-color css
<style>
span { border-color: #6D5C65; }
span { border-color: rgb(109,92,101); }
td.TdClassName
{
border-color: #6D5C65;
}
.TagClassName
{
border-color: #6D5C65;
}
</style>