Shades of Scorpion #715D65
Tints of Scorpion #715D65
RGB
CMYK
RGB Variations
Color information
#715D65 (or 0x715D65) is known color: Scorpion. HEX triplet: 71, 5D and 65. RGB value is (113,93,101). Sum of RGB (Red+Green+Blue) = 113+93+101=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 93 (36.72% from 255 or 30.29% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 113 - color contains mainly: red. Hex color #715D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715D65 is #8EA29A. Grayscale: #636363. Windows color (decimal): -9347739 or 6643057. OLE color: 6643057.
HSL color Cylindrical-coordinate representation of color #715D65: hue angle of 336º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #715D65 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 93 | 101 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.56 |
| HSL | 336º | 0.1% | 0.4% | - |
| HSV(B) | 336º | 0.18% | 0.44% | - |
| XYZ | 13.07 | 12.28 | 13.99 | - |
| YUV | 99.89 | 128.63 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 93 | 101 | 0 | 0.18 | 0.11 | 0.56 | 336 | 0.1 | 0.4 |
| Hex | 71 | 5D | 65 | 0 | 12 | B | 38 | 150 | A | 28 |
| Octal | 161 | 135 | 145 | 0 | 22 | 13 | 70 | 520 | 12 | 50 |
| Binary | 1110001 | 1011101 | 1100101 | 0 | 10010 | 1011 | 111000 | 101010000 | 1010 | 101000 |
Color Harmonies of #715D65
Complementary color
Monochromatic Colors of #715D65
Black with #715D65
Text Example
Text Example
White with #715D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715D65; }
p { color: rgb(113,93,101); }
H1.HeaderClassName
{
color: #715D65;
}
.AnyTagClassName
{
color: #715D65;
}
</style>
background-color css
<style>
a { background-color: #715D65; }
a { background-color: rgb(113,93,101); }
div.DivClassName
{
background-color: #715D65;
}
.BgClassName
{
background-color: #715D65;
}
</style>
border-color css
<style>
span { border-color: #715D65; }
span { border-color: rgb(113,93,101); }
td.TdClassName
{
border-color: #715D65;
}
.TagClassName
{
border-color: #715D65;
}
</style>