#70606E

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

Shades of Salt Box #70606E

Tints of Salt Box #70606E

Color information

#70606E (or 0x70606E) is unknown color: approx Salt Box. HEX triplet: 70, 60 and 6E. RGB value is (112,96,110). Sum of RGB (Red+Green+Blue) = 112+96+110=318 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.22% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 112 - color contains mainly: red. Hex color #70606E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70606E is #8F9F91. Grayscale: #666666. Windows color (decimal): -9412498 or 7233648. OLE color: 7233648.

HSL color Cylindrical-coordinate representation of color #70606E: hue angle of 307.5º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #70606E is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB11296110-
CMYK00.140.020.56
HSL307.5º7.69%40.78%-
HSV(B)307.5º14.29%43.92%-
XYZ13.6812.9416.53-
YUV102.38132.3134.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.22%
GREEN value IS 96 (37.89% from 255) = 30.19%
BLUE value IS 110 (43.36% from 255) = 34.59%
R=35.22%
G=30.19%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1129611000.140.020.56307.57.6940.78
Hex70606E0E238134829
Octal1601401560162704641051
Binary11100001100000110111001110101110001001101001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70606E; }

 p { color: rgb(112,96,110); }

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

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

 a { background-color: rgb(112,96,110); }

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

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

 span { border-color: rgb(112,96,110); }

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