#70686E

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

Shades of Salt Box #70686E

Tints of Salt Box #70686E

Color information

#70686E (or 0x70686E) is unknown color: approx Salt Box. HEX triplet: 70, 68 and 6E. RGB value is (112,104,110). Sum of RGB (Red+Green+Blue) = 112+104+110=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 112 - color contains mainly: red. Hex color #70686E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70686E is #8F9791. Grayscale: #6B6B6B. Windows color (decimal): -9410450 or 7235696. OLE color: 7235696.

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

Color convert

RGB112104110-
CMYK00.070.020.56
HSL315º3.7%42.35%-
HSV(B)315º7.14%43.92%-
XYZ14.4514.4716.78-
YUV107.08129.65131.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.36%
GREEN value IS 104 (41.02% from 255) = 31.90%
BLUE value IS 110 (43.36% from 255) = 33.74%
R=34.36%
G=31.90%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11210411000.070.020.563153.742.35
Hex70686E0723813b42a
Octal16015015607270473452
Binary111000011010001101110011110111000100111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70686E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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