#70636E

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

Shades of Salt Box #70636E

Tints of Salt Box #70636E

Color information

#70636E (or 0x70636E) is unknown color: approx Salt Box. HEX triplet: 70, 63 and 6E. RGB value is (112,99,110). Sum of RGB (Red+Green+Blue) = 112+99+110=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 112 - color contains mainly: red. Hex color #70636E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70636E is #8F9C91. Grayscale: #686868. Windows color (decimal): -9411730 or 7234416. OLE color: 7234416.

HSL color Cylindrical-coordinate representation of color #70636E: hue angle of 309.23º 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 #70636E is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB11299110-
CMYK00.120.020.56
HSL309.23º6.16%41.37%-
HSV(B)309.23º11.61%43.92%-
XYZ13.9613.4916.62-
YUV104.14131.31133.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.89%
GREEN value IS 99 (39.06% from 255) = 30.84%
BLUE value IS 110 (43.36% from 255) = 34.27%
R=34.89%
G=30.84%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1129911000.120.020.56309.236.1641.37
Hex70636E0C238135629
Octal160143156014270465651
Binary1110000110001111011100110010111000100110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70636E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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