#70516D

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

Shades of Salt Box #70516D

Tints of Salt Box #70516D

Color information

#70516D (or 0x70516D) is unknown color: approx Salt Box. HEX triplet: 70, 51 and 6D. RGB value is (112,81,109). Sum of RGB (Red+Green+Blue) = 112+81+109=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 112 - color contains mainly: red. Hex color #70516D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70516D is #8FAE92. Grayscale: #5D5D5D. Windows color (decimal): -9416339 or 7164272. OLE color: 7164272.

HSL color Cylindrical-coordinate representation of color #70516D: hue angle of 305.81º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #70516D is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB11281109-
CMYK00.280.030.56
HSL305.81º16.06%37.84%-
HSV(B)305.81º27.68%43.92%-
XYZ12.3810.4315.83-
YUV93.46136.77141.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.09%
GREEN value IS 81 (32.03% from 255) = 26.82%
BLUE value IS 109 (42.97% from 255) = 36.09%
R=37.09%
G=26.82%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1128110900.280.030.56305.8116.0637.84
Hex70516D01C3381321026
Octal1601211550343704622046
Binary1110000101000111011010111001111100010011001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70516D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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