Shades of Scorpion #715B61
Tints of Scorpion #715B61
RGB
CMYK
RGB Variations
Color information
#715B61 (or 0x715B61) is known color: Scorpion. HEX triplet: 71, 5B and 61. RGB value is (113,91,97). Sum of RGB (Red+Green+Blue) = 113+91+97=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 97 (38.28% from 255 or 32.23% from 301); Max value from RGB is 113 - color contains mainly: red. Hex color #715B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715B61 is #8EA49E. Grayscale: #626262. Windows color (decimal): -9348255 or 6380401. OLE color: 6380401.
HSL color Cylindrical-coordinate representation of color #715B61: hue angle of 343.64º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #715B61 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 91 | 97 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.56 |
| HSL | 343.64º | 0.11% | 0.4% | - |
| HSV(B) | 343.64º | 0.19% | 0.44% | - |
| XYZ | 12.71 | 11.86 | 12.93 | - |
| YUV | 98.26 | 127.29 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 91 | 97 | 0 | 0.19 | 0.14 | 0.56 | 343.64 | 0.11 | 0.4 |
| Hex | 71 | 5B | 61 | 0 | 13 | E | 38 | 158 | B | 28 |
| Octal | 161 | 133 | 141 | 0 | 23 | 16 | 70 | 530 | 13 | 50 |
| Binary | 1110001 | 1011011 | 1100001 | 0 | 10011 | 1110 | 111000 | 101011000 | 1011 | 101000 |
Color Harmonies of #715B61
Complementary color
Monochromatic Colors of #715B61
Black with #715B61
Text Example
Text Example
White with #715B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715B61; }
p { color: rgb(113,91,97); }
H1.HeaderClassName
{
color: #715B61;
}
.AnyTagClassName
{
color: #715B61;
}
</style>
background-color css
<style>
a { background-color: #715B61; }
a { background-color: rgb(113,91,97); }
div.DivClassName
{
background-color: #715B61;
}
.BgClassName
{
background-color: #715B61;
}
</style>
border-color css
<style>
span { border-color: #715B61; }
span { border-color: rgb(113,91,97); }
td.TdClassName
{
border-color: #715B61;
}
.TagClassName
{
border-color: #715B61;
}
</style>