#715E6D

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

Shades of Salt Box #715E6D

Tints of Salt Box #715E6D

Color information

#715E6D (or 0x715E6D) is unknown color: approx Salt Box. HEX triplet: 71, 5E and 6D. RGB value is (113,94,109). Sum of RGB (Red+Green+Blue) = 113+94+109=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 113 - color contains mainly: red. Hex color #715E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715E6D is #8EA192. Grayscale: #656565. Windows color (decimal): -9347475 or 7167601. OLE color: 7167601.

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

Color convert

RGB11394109-
CMYK00.170.040.56
HSL312.63º9.18%40.59%-
HSV(B)312.63º16.81%44.31%-
XYZ13.5712.6216.19-
YUV101.39132.29136.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.76%
GREEN value IS 94 (37.11% from 255) = 29.75%
BLUE value IS 109 (42.97% from 255) = 34.49%
R=35.76%
G=29.75%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1139410900.170.040.56312.639.1840.59
Hex715E6D011438139929
Octal1611361550214704711151
Binary1110001101111011011010100011001110001001110011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,94,109); }

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

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

 a { background-color: rgb(113,94,109); }

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

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

 span { border-color: rgb(113,94,109); }

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