Shades of Scorpion #706164
Tints of Scorpion #706164
RGB
CMYK
RGB Variations
Color information
#706164 (or 0x706164) is known color: Scorpion. HEX triplet: 70, 61 and 64. RGB value is (112,97,100). Sum of RGB (Red+Green+Blue) = 112+97+100=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 112 - color contains mainly: red. Hex color #706164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706164 is #8F9E9B. Grayscale: #656565. Windows color (decimal): -9412252 or 6578544. OLE color: 6578544.
HSL color Cylindrical-coordinate representation of color #706164: hue angle of 348º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #706164 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 97 | 100 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.56 |
| HSL | 348º | 0.07% | 0.41% | - |
| HSV(B) | 348º | 0.13% | 0.44% | - |
| XYZ | 13.26 | 12.91 | 13.85 | - |
| YUV | 101.83 | 126.97 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 97 | 100 | 0 | 0.13 | 0.11 | 0.56 | 348 | 0.07 | 0.41 |
| Hex | 70 | 61 | 64 | 0 | D | B | 38 | 15C | 7 | 29 |
| Octal | 160 | 141 | 144 | 0 | 15 | 13 | 70 | 534 | 7 | 51 |
| Binary | 1110000 | 1100001 | 1100100 | 0 | 1101 | 1011 | 111000 | 101011100 | 111 | 101001 |
Color Harmonies of #706164
Complementary color
Monochromatic Colors of #706164
Black with #706164
Text Example
Text Example
White with #706164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706164; }
p { color: rgb(112,97,100); }
H1.HeaderClassName
{
color: #706164;
}
.AnyTagClassName
{
color: #706164;
}
</style>
background-color css
<style>
a { background-color: #706164; }
a { background-color: rgb(112,97,100); }
div.DivClassName
{
background-color: #706164;
}
.BgClassName
{
background-color: #706164;
}
</style>
border-color css
<style>
span { border-color: #706164; }
span { border-color: rgb(112,97,100); }
td.TdClassName
{
border-color: #706164;
}
.TagClassName
{
border-color: #706164;
}
</style>