#70536D

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

Shades of Salt Box #70536D

Tints of Salt Box #70536D

Color information

#70536D (or 0x70536D) is unknown color: approx Salt Box. HEX triplet: 70, 53 and 6D. RGB value is (112,83,109). Sum of RGB (Red+Green+Blue) = 112+83+109=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 112 - color contains mainly: red. Hex color #70536D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70536D is #8FAC92. Grayscale: #5E5E5E. Windows color (decimal): -9415827 or 7164784. OLE color: 7164784.

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

Color convert

RGB11283109-
CMYK00.260.030.56
HSL306.21º14.87%38.24%-
HSV(B)306.21º25.89%43.92%-
XYZ12.5410.7415.88-
YUV94.64136.11140.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.84%
GREEN value IS 83 (32.81% from 255) = 27.30%
BLUE value IS 109 (42.97% from 255) = 35.86%
R=36.84%
G=27.30%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1128310900.260.030.56306.2114.8738.24
Hex70536D01A338132f26
Octal1601231550323704621746
Binary111000010100111101101011010111110001001100101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70536D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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