Shades of Scorpion #706065
Tints of Scorpion #706065
RGB
CMYK
RGB Variations
Color information
#706065 (or 0x706065) is known color: Scorpion. HEX triplet: 70, 60 and 65. RGB value is (112,96,101). Sum of RGB (Red+Green+Blue) = 112+96+101=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 112 - color contains mainly: red. Hex color #706065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706065 is #8F9F9A. Grayscale: #656565. Windows color (decimal): -9412507 or 6643824. OLE color: 6643824.
HSL color Cylindrical-coordinate representation of color #706065: hue angle of 341.25º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #706065 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 96 | 101 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.56 |
| HSL | 341.25º | 0.08% | 0.41% | - |
| HSV(B) | 341.25º | 0.14% | 0.44% | - |
| XYZ | 13.21 | 12.75 | 14.08 | - |
| YUV | 101.35 | 127.8 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 96 | 101 | 0 | 0.14 | 0.10 | 0.56 | 341.25 | 0.08 | 0.41 |
| Hex | 70 | 60 | 65 | 0 | E | A | 38 | 155 | 8 | 29 |
| Octal | 160 | 140 | 145 | 0 | 16 | 12 | 70 | 525 | 10 | 51 |
| Binary | 1110000 | 1100000 | 1100101 | 0 | 1110 | 1010 | 111000 | 101010101 | 1000 | 101001 |
Color Harmonies of #706065
Complementary color
Monochromatic Colors of #706065
Black with #706065
Text Example
Text Example
White with #706065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706065; }
p { color: rgb(112,96,101); }
H1.HeaderClassName
{
color: #706065;
}
.AnyTagClassName
{
color: #706065;
}
</style>
background-color css
<style>
a { background-color: #706065; }
a { background-color: rgb(112,96,101); }
div.DivClassName
{
background-color: #706065;
}
.BgClassName
{
background-color: #706065;
}
</style>
border-color css
<style>
span { border-color: #706065; }
span { border-color: rgb(112,96,101); }
td.TdClassName
{
border-color: #706065;
}
.TagClassName
{
border-color: #706065;
}
</style>