#715860

Color #715860 Scorpion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scorpion #715860

Tints of Scorpion #715860

Color information

#715860 (or 0x715860) is unknown color: approx Scorpion. HEX triplet: 71, 58 and 60. RGB value is (113,88,96). Sum of RGB (Red+Green+Blue) = 113+88+96=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 113 - color contains mainly: red. Hex color #715860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715860 is #8EA79F. Grayscale: #606060. Windows color (decimal): -9349024 or 6314097. OLE color: 6314097.

HSL color Cylindrical-coordinate representation of color #715860: hue angle of 340.8º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #715860 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB1138896-
CMYK00.220.150.56
HSL340.8º12.44%39.41%-
HSV(B)340.8º22.12%44.31%-
XYZ12.4111.3312.6-
YUV96.39127.78139.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 38.05%
GREEN value IS 88 (34.77% from 255) = 29.63%
BLUE value IS 96 (37.89% from 255) = 32.32%
R=38.05%
G=29.63%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113889600.220.150.56340.812.4439.41
Hex715860016F38155c27
Octal16113014002617705251447
Binary11100011011000110000001011011111110001010101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715860; }

 p { color: rgb(113,88,96); }

 H1.HeaderClassName
 {
   color: #715860;
 }
 .AnyTagClassName
 {
   color: #715860;
 }
</style>
background-color css

<style>
 a { background-color: #715860; }

 a { background-color: rgb(113,88,96); }

 div.DivClassName
 {
   background-color: #715860;
 }
 .BgClassName
 {
   background-color: #715860;
 }
</style>
border-color css

<style>
 span { border-color: #715860; }

 span { border-color: rgb(113,88,96); }

 td.TdClassName
 {
   border-color: #715860;
 }
 .TagClassName
 {
   border-color: #715860;
 }
</style>