#70646F

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

Shades of Salt Box #70646F

Tints of Salt Box #70646F

Color information

#70646F (or 0x70646F) is unknown color: approx Salt Box. HEX triplet: 70, 64 and 6F. RGB value is (112,100,111). Sum of RGB (Red+Green+Blue) = 112+100+111=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 112 - color contains mainly: red. Hex color #70646F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70646F is #8F9B90. Grayscale: #686868. Windows color (decimal): -9411473 or 7300208. OLE color: 7300208.

HSL color Cylindrical-coordinate representation of color #70646F: hue angle of 305º 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 #70646F is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB112100111-
CMYK00.110.010.56
HSL305º5.66%41.57%-
HSV(B)305º10.71%43.92%-
XYZ14.1113.7116.94-
YUV104.84131.48133.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.67%
GREEN value IS 100 (39.45% from 255) = 30.96%
BLUE value IS 111 (43.75% from 255) = 34.37%
R=34.67%
G=30.96%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11210011100.110.010.563055.6641.57
Hex70646F0B13813162a
Octal160144157013170461652
Binary111000011001001101111010111111000100110001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70646F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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