#70636C

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

Shades of Salt Box #70636C

Tints of Salt Box #70636C

Color information

#70636C (or 0x70636C) is unknown color: approx Salt Box. HEX triplet: 70, 63 and 6C. RGB value is (112,99,108). Sum of RGB (Red+Green+Blue) = 112+99+108=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 112 - color contains mainly: red. Hex color #70636C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70636C is #8F9C93. Grayscale: #676767. Windows color (decimal): -9411732 or 7103344. OLE color: 7103344.

HSL color Cylindrical-coordinate representation of color #70636C: hue angle of 318.46º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #70636C is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB11299108-
CMYK00.120.040.56
HSL318.46º6.16%41.37%-
HSV(B)318.46º11.61%43.92%-
XYZ13.8513.4516.05-
YUV103.91130.31133.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.11%
GREEN value IS 99 (39.06% from 255) = 31.03%
BLUE value IS 108 (42.58% from 255) = 33.86%
R=35.11%
G=31.03%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1129910800.120.040.56318.466.1641.37
Hex70636C0C43813e629
Octal160143154014470476651
Binary11100001100011110110001100100111000100111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70636C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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