#715D6C

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

Shades of Salt Box #715D6C

Tints of Salt Box #715D6C

Color information

#715D6C (or 0x715D6C) is unknown color: approx Salt Box. HEX triplet: 71, 5D and 6C. RGB value is (113,93,108). Sum of RGB (Red+Green+Blue) = 113+93+108=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 113 - color contains mainly: red. Hex color #715D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715D6C is #8EA293. Grayscale: #646464. Windows color (decimal): -9347732 or 7101809. OLE color: 7101809.

HSL color Cylindrical-coordinate representation of color #715D6C: hue angle of 315º 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 #715D6C is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB11393108-
CMYK00.180.040.56
HSL315º9.71%40.39%-
HSV(B)315º17.7%44.31%-
XYZ13.4312.4215.88-
YUV100.69132.13136.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.99%
GREEN value IS 93 (36.72% from 255) = 29.62%
BLUE value IS 108 (42.58% from 255) = 34.39%
R=35.99%
G=29.62%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1139310800.180.040.563159.7140.39
Hex715D6C01243813ba28
Octal1611351540224704731250
Binary1110001101110111011000100101001110001001110111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,93,108); }

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

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

 a { background-color: rgb(113,93,108); }

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

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

 span { border-color: rgb(113,93,108); }

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