#70666D

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

Shades of Salt Box #70666D

Tints of Salt Box #70666D

Color information

#70666D (or 0x70666D) is unknown color: approx Salt Box. HEX triplet: 70, 66 and 6D. RGB value is (112,102,109). Sum of RGB (Red+Green+Blue) = 112+102+109=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 112 - color contains mainly: red. Hex color #70666D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70666D is #8F9992. Grayscale: #696969. Windows color (decimal): -9410963 or 7169648. OLE color: 7169648.

HSL color Cylindrical-coordinate representation of color #70666D: hue angle of 318º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #70666D is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB112102109-
CMYK00.090.030.56
HSL318º4.67%41.96%-
HSV(B)318º8.93%43.92%-
XYZ14.1914.0516.43-
YUV105.79129.81132.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.67%
GREEN value IS 102 (40.23% from 255) = 31.58%
BLUE value IS 109 (42.97% from 255) = 33.75%
R=34.67%
G=31.58%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11210210900.090.030.563184.6741.96
Hex70666D0933813e52a
Octal160146155011370476552
Binary1110000110011011011010100111111000100111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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