#715861

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

Shades of Scorpion #715861

Tints of Scorpion #715861

Color information

#715861 (or 0x715861) is unknown color: approx Scorpion. HEX triplet: 71, 58 and 61. RGB value is (113,88,97). Sum of RGB (Red+Green+Blue) = 113+88+97=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 113 - color contains mainly: red. Hex color #715861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715861 is #8EA79E. Grayscale: #606060. Windows color (decimal): -9349023 or 6379633. OLE color: 6379633.

HSL color Cylindrical-coordinate representation of color #715861: hue angle of 338.4º 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 #715861 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB1138897-
CMYK00.220.140.56
HSL338.4º12.44%39.41%-
HSV(B)338.4º22.12%44.31%-
XYZ12.4611.3512.84-
YUV96.5128.28139.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.92%
GREEN value IS 88 (34.77% from 255) = 29.53%
BLUE value IS 97 (38.28% from 255) = 32.55%
R=37.92%
G=29.53%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113889700.220.140.56338.412.4439.41
Hex715861016E38152c27
Octal16113014102616705221447
Binary11100011011000110000101011011101110001010100101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715861; }

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

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

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

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

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

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

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

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