#70656D

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

Shades of Salt Box #70656D

Tints of Salt Box #70656D

Color information

#70656D (or 0x70656D) is unknown color: approx Salt Box. HEX triplet: 70, 65 and 6D. RGB value is (112,101,109). Sum of RGB (Red+Green+Blue) = 112+101+109=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 112 - color contains mainly: red. Hex color #70656D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70656D is #8F9A92. Grayscale: #696969. Windows color (decimal): -9411219 or 7169392. OLE color: 7169392.

HSL color Cylindrical-coordinate representation of color #70656D: hue angle of 316.36º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #70656D is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB112101109-
CMYK00.100.030.56
HSL316.36º5.16%41.76%-
HSV(B)316.36º9.82%43.92%-
XYZ14.113.8616.4-
YUV105.2130.14132.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.78%
GREEN value IS 101 (39.84% from 255) = 31.37%
BLUE value IS 109 (42.97% from 255) = 33.85%
R=34.78%
G=31.37%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11210110900.100.030.56316.365.1641.76
Hex70656D0A33813c52a
Octal160145155012370474552
Binary1110000110010111011010101011111000100111100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70656D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70656D; }

 p { color: rgb(112,101,109); }

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

<style>
 a { background-color: #70656D; }

 a { background-color: rgb(112,101,109); }

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

<style>
 span { border-color: #70656D; }

 span { border-color: rgb(112,101,109); }

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