#715369

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

Shades of Salt Box #715369

Tints of Salt Box #715369

Color information

#715369 (or 0x715369) is unknown color: approx Salt Box. HEX triplet: 71, 53 and 69. RGB value is (113,83,105). Sum of RGB (Red+Green+Blue) = 113+83+105=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 113 - color contains mainly: red. Hex color #715369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715369 is #8EAC96. Grayscale: #5E5E5E. Windows color (decimal): -9350295 or 6902641. OLE color: 6902641.

HSL color Cylindrical-coordinate representation of color #715369: hue angle of 316º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #715369 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB11383105-
CMYK00.270.070.56
HSL316º15.31%38.43%-
HSV(B)316º26.55%44.31%-
XYZ12.4510.7214.78-
YUV94.48133.94141.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.54%
GREEN value IS 83 (32.81% from 255) = 27.57%
BLUE value IS 105 (41.41% from 255) = 34.88%
R=37.54%
G=27.57%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1138310500.270.070.5631615.3138.43
Hex71536901B73813cf26
Octal1611231510337704741746
Binary1110001101001111010010110111111110001001111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715369; }

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

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

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

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

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

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

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

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