#715D65

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

Shades of Scorpion #715D65

Tints of Scorpion #715D65

Color information

#715D65 (or 0x715D65) is unknown color: approx 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

RGB11393101-
CMYK00.180.110.56
HSL336º9.71%40.39%-
HSV(B)336º17.7%44.31%-
XYZ13.0712.2813.99-
YUV99.89128.63137.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.81%
GREEN value IS 93 (36.72% from 255) = 30.29%
BLUE value IS 101 (39.84% from 255) = 32.90%
R=36.81%
G=30.29%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1139310100.180.110.563369.7140.39
Hex715D65012B38150a28
Octal16113514502213705201250
Binary11100011011101110010101001010111110001010100001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>