#70646E

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

Shades of Salt Box #70646E

Tints of Salt Box #70646E

Color information

#70646E (or 0x70646E) is unknown color: approx Salt Box. HEX triplet: 70, 64 and 6E. RGB value is (112,100,110). Sum of RGB (Red+Green+Blue) = 112+100+110=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 112 - color contains mainly: red. Hex color #70646E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70646E is #8F9B91. Grayscale: #686868. Windows color (decimal): -9411474 or 7234672. OLE color: 7234672.

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

Color convert

RGB112100110-
CMYK00.110.020.56
HSL310º5.66%41.57%-
HSV(B)310º10.71%43.92%-
XYZ14.0513.6816.65-
YUV104.73130.98133.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.78%
GREEN value IS 100 (39.45% from 255) = 31.06%
BLUE value IS 110 (43.36% from 255) = 34.16%
R=34.78%
G=31.06%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11210011000.110.020.563105.6641.57
Hex70646E0B23813662a
Octal160144156013270466652
Binary1110000110010011011100101110111000100110110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70646E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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