#70686D

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

Shades of Salt Box #70686D

Tints of Salt Box #70686D

Color information

#70686D (or 0x70686D) is unknown color: approx Salt Box. HEX triplet: 70, 68 and 6D. RGB value is (112,104,109). Sum of RGB (Red+Green+Blue) = 112+104+109=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 112 - color contains mainly: red. Hex color #70686D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70686D is #8F9792. Grayscale: #6A6A6A. Windows color (decimal): -9410451 or 7170160. OLE color: 7170160.

HSL color Cylindrical-coordinate representation of color #70686D: hue angle of 322.5º 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 #70686D is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB112104109-
CMYK00.070.030.56
HSL322.5º3.7%42.35%-
HSV(B)322.5º7.14%43.92%-
XYZ14.3914.4516.5-
YUV106.96129.15131.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.46%
GREEN value IS 104 (41.02% from 255) = 32%
BLUE value IS 109 (42.97% from 255) = 33.54%
R=34.46%
G=32%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11210410900.070.030.56322.53.742.35
Hex70686D0733814242a
Octal16015015507370502452
Binary111000011010001101101011111111000101000010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70686D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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