#70596A

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

Shades of Salt Box #70596A

Tints of Salt Box #70596A

Color information

#70596A (or 0x70596A) is unknown color: approx Salt Box. HEX triplet: 70, 59 and 6A. RGB value is (112,89,106). Sum of RGB (Red+Green+Blue) = 112+89+106=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 112 - color contains mainly: red. Hex color #70596A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70596A is #8FA695. Grayscale: #616161. Windows color (decimal): -9414294 or 6969712. OLE color: 6969712.

HSL color Cylindrical-coordinate representation of color #70596A: hue angle of 315.65º 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 #70596A is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB11289106-
CMYK00.210.050.56
HSL315.65º11.44%39.41%-
HSV(B)315.65º20.54%43.92%-
XYZ12.8611.6315.2-
YUV97.82132.62138.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.48%
GREEN value IS 89 (35.16% from 255) = 28.99%
BLUE value IS 106 (41.80% from 255) = 34.53%
R=36.48%
G=28.99%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1128910600.210.050.56315.6511.4439.41
Hex70596A01553813cb27
Octal1601311520255704741347
Binary1110000101100111010100101011011110001001111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70596A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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