#70596C

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

Shades of Salt Box #70596C

Tints of Salt Box #70596C

Color information

#70596C (or 0x70596C) is unknown color: approx Salt Box. HEX triplet: 70, 59 and 6C. RGB value is (112,89,108). Sum of RGB (Red+Green+Blue) = 112+89+108=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 112 - color contains mainly: red. Hex color #70596C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70596C is #8FA693. Grayscale: #616161. Windows color (decimal): -9414292 or 7100784. OLE color: 7100784.

HSL color Cylindrical-coordinate representation of color #70596C: hue angle of 310.43º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #70596C is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB11289108-
CMYK00.210.040.56
HSL310.43º11.44%39.41%-
HSV(B)310.43º20.54%43.92%-
XYZ12.9611.6715.76-
YUV98.04133.62137.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.25%
GREEN value IS 89 (35.16% from 255) = 28.80%
BLUE value IS 108 (42.58% from 255) = 34.95%
R=36.25%
G=28.80%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1128910800.210.040.56310.4311.4439.41
Hex70596C015438136b27
Octal1601311540254704661347
Binary1110000101100111011000101011001110001001101101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70596C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70596C; }

 p { color: rgb(112,89,108); }

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

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

 a { background-color: rgb(112,89,108); }

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

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

 span { border-color: rgb(112,89,108); }

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