#715F69

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

Shades of Scorpion #715F69

Tints of Scorpion #715F69

Color information

#715F69 (or 0x715F69) is unknown color: approx Scorpion. HEX triplet: 71, 5F and 69. RGB value is (113,95,105). Sum of RGB (Red+Green+Blue) = 113+95+105=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 113 - color contains mainly: red. Hex color #715F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715F69 is #8EA096. Grayscale: #656565. Windows color (decimal): -9347223 or 6905713. OLE color: 6905713.

HSL color Cylindrical-coordinate representation of color #715F69: hue angle of 326.67º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #715F69 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB11395105-
CMYK00.160.070.56
HSL326.67º8.65%40.78%-
HSV(B)326.67º15.93%44.31%-
XYZ13.4512.7215.11-
YUV101.52129.96136.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.10%
GREEN value IS 95 (37.5% from 255) = 30.35%
BLUE value IS 105 (41.41% from 255) = 33.55%
R=36.10%
G=30.35%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1139510500.160.070.56326.678.6540.78
Hex715F69010738147929
Octal1611371510207705071151
Binary1110001101111111010010100001111110001010001111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715F69; }

 p { color: rgb(113,95,105); }

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

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

 a { background-color: rgb(113,95,105); }

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

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

 span { border-color: rgb(113,95,105); }

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