#70646C

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

Shades of Salt Box #70646C

Tints of Salt Box #70646C

Color information

#70646C (or 0x70646C) is unknown color: approx Salt Box. HEX triplet: 70, 64 and 6C. RGB value is (112,100,108). Sum of RGB (Red+Green+Blue) = 112+100+108=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 100 (39.45% from 255 or 31.25% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 112 - color contains mainly: red. Hex color #70646C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70646C is #8F9B93. Grayscale: #686868. Windows color (decimal): -9411476 or 7103600. OLE color: 7103600.

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

Color convert

RGB112100108-
CMYK00.110.040.56
HSL320º5.66%41.57%-
HSV(B)320º10.71%43.92%-
XYZ13.9513.6416.09-
YUV104.5129.98133.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35%
GREEN value IS 100 (39.45% from 255) = 31.25%
BLUE value IS 108 (42.58% from 255) = 33.75%
R=35%
G=31.25%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11210010800.110.040.563205.6641.57
Hex70646C0B43814062a
Octal160144154013470500652
Binary11100001100100110110001011100111000101000000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70646C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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