Shades of Scorpion #706369
Tints of Scorpion #706369
RGB
CMYK
RGB Variations
Color information
#706369 (or 0x706369) is known color: Scorpion. HEX triplet: 70, 63 and 69. RGB value is (112,99,105). Sum of RGB (Red+Green+Blue) = 112+99+105=316 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.44% from 316); Green value is 99 (39.06% from 255 or 31.33% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 112 - color contains mainly: red. Hex color #706369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706369 is #8F9C96. Grayscale: #676767. Windows color (decimal): -9411735 or 6906736. OLE color: 6906736.
HSL color Cylindrical-coordinate representation of color #706369: hue angle of 332.31º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #706369 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 99 | 105 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.56 |
| HSL | 332.31º | 0.06% | 0.41% | - |
| HSV(B) | 332.31º | 0.12% | 0.44% | - |
| XYZ | 13.69 | 13.39 | 15.23 | - |
| YUV | 103.57 | 128.81 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 99 | 105 | 0 | 0.12 | 0.06 | 0.56 | 332.31 | 0.06 | 0.41 |
| Hex | 70 | 63 | 69 | 0 | C | 6 | 38 | 14C | 6 | 29 |
| Octal | 160 | 143 | 151 | 0 | 14 | 6 | 70 | 514 | 6 | 51 |
| Binary | 1110000 | 1100011 | 1101001 | 0 | 1100 | 110 | 111000 | 101001100 | 110 | 101001 |
Color Harmonies of #706369
Complementary color
Monochromatic Colors of #706369
Black with #706369
Text Example
Text Example
White with #706369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706369; }
p { color: rgb(112,99,105); }
H1.HeaderClassName
{
color: #706369;
}
.AnyTagClassName
{
color: #706369;
}
</style>
background-color css
<style>
a { background-color: #706369; }
a { background-color: rgb(112,99,105); }
div.DivClassName
{
background-color: #706369;
}
.BgClassName
{
background-color: #706369;
}
</style>
border-color css
<style>
span { border-color: #706369; }
span { border-color: rgb(112,99,105); }
td.TdClassName
{
border-color: #706369;
}
.TagClassName
{
border-color: #706369;
}
</style>