#705369

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

Shades of Salt Box #705369

Tints of Salt Box #705369

Color information

#705369 (or 0x705369) is unknown color: approx Salt Box. HEX triplet: 70, 53 and 69. RGB value is (112,83,105). Sum of RGB (Red+Green+Blue) = 112+83+105=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 112 - color contains mainly: red. Hex color #705369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705369 is #8FAC96. Grayscale: #5E5E5E. Windows color (decimal): -9415831 or 6902640. OLE color: 6902640.

HSL color Cylindrical-coordinate representation of color #705369: hue angle of 314.48º 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 #705369 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB11283105-
CMYK00.260.060.56
HSL314.48º14.87%38.24%-
HSV(B)314.48º25.89%43.92%-
XYZ12.3310.6514.77-
YUV94.18134.11140.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.33%
GREEN value IS 83 (32.81% from 255) = 27.67%
BLUE value IS 105 (41.41% from 255) = 35%
R=37.33%
G=27.67%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1128310500.260.060.56314.4814.8738.24
Hex70536901A63813af26
Octal1601231510326704721746
Binary1110000101001111010010110101101110001001110101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705369; }

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

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

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

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

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

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

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

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