Shades of Scorpion #706D6E
Tints of Scorpion #706D6E
RGB
CMYK
RGB Variations
Color information
#706D6E (or 0x706D6E) is known color: Scorpion. HEX triplet: 70, 6D and 6E. RGB value is (112,109,110). Sum of RGB (Red+Green+Blue) = 112+109+110=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 112 - color contains mainly: red. Hex color #706D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706D6E is #8F9291. Grayscale: #6E6E6E. Windows color (decimal): -9409170 or 7236976. OLE color: 7236976.
HSL color Cylindrical-coordinate representation of color #706D6E: hue angle of 340º degrees, saturation: 0.01, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #706D6E is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 109 | 110 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.56 |
| HSL | 340º | 0.01% | 0.43% | - |
| HSV(B) | 340º | 0.03% | 0.44% | - |
| XYZ | 14.97 | 15.51 | 16.96 | - |
| YUV | 110.01 | 127.99 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 110 | 0 | 0.03 | 0.02 | 0.56 | 340 | 0.01 | 0.43 |
| Hex | 70 | 6D | 6E | 0 | 3 | 2 | 38 | 154 | 1 | 2B |
| Octal | 160 | 155 | 156 | 0 | 3 | 2 | 70 | 524 | 1 | 53 |
| Binary | 1110000 | 1101101 | 1101110 | 0 | 11 | 10 | 111000 | 101010100 | 1 | 101011 |
Color Harmonies of #706D6E
Complementary color
Monochromatic Colors of #706D6E
Black with #706D6E
Text Example
Text Example
White with #706D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706D6E; }
p { color: rgb(112,109,110); }
H1.HeaderClassName
{
color: #706D6E;
}
.AnyTagClassName
{
color: #706D6E;
}
</style>
background-color css
<style>
a { background-color: #706D6E; }
a { background-color: rgb(112,109,110); }
div.DivClassName
{
background-color: #706D6E;
}
.BgClassName
{
background-color: #706D6E;
}
</style>
border-color css
<style>
span { border-color: #706D6E; }
span { border-color: rgb(112,109,110); }
td.TdClassName
{
border-color: #706D6E;
}
.TagClassName
{
border-color: #706D6E;
}
</style>