Shades of Scorpion #706069
Tints of Scorpion #706069
RGB
CMYK
RGB Variations
Color information
#706069 (or 0x706069) is known color: Scorpion. HEX triplet: 70, 60 and 69. RGB value is (112,96,105). Sum of RGB (Red+Green+Blue) = 112+96+105=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 112 - color contains mainly: red. Hex color #706069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706069 is #8F9F96. Grayscale: #656565. Windows color (decimal): -9412503 or 6905968. OLE color: 6905968.
HSL color Cylindrical-coordinate representation of color #706069: hue angle of 326.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 #706069 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 96 | 105 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.56 |
| HSL | 326.25º | 0.08% | 0.41% | - |
| HSV(B) | 326.25º | 0.14% | 0.44% | - |
| XYZ | 13.41 | 12.83 | 15.13 | - |
| YUV | 101.81 | 129.8 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 96 | 105 | 0 | 0.14 | 0.06 | 0.56 | 326.25 | 0.08 | 0.41 |
| Hex | 70 | 60 | 69 | 0 | E | 6 | 38 | 146 | 8 | 29 |
| Octal | 160 | 140 | 151 | 0 | 16 | 6 | 70 | 506 | 10 | 51 |
| Binary | 1110000 | 1100000 | 1101001 | 0 | 1110 | 110 | 111000 | 101000110 | 1000 | 101001 |
Color Harmonies of #706069
Complementary color
Monochromatic Colors of #706069
Black with #706069
Text Example
Text Example
White with #706069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706069; }
p { color: rgb(112,96,105); }
H1.HeaderClassName
{
color: #706069;
}
.AnyTagClassName
{
color: #706069;
}
</style>
background-color css
<style>
a { background-color: #706069; }
a { background-color: rgb(112,96,105); }
div.DivClassName
{
background-color: #706069;
}
.BgClassName
{
background-color: #706069;
}
</style>
border-color css
<style>
span { border-color: #706069; }
span { border-color: rgb(112,96,105); }
td.TdClassName
{
border-color: #706069;
}
.TagClassName
{
border-color: #706069;
}
</style>