#705F6E

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

Shades of Salt Box #705F6E

Tints of Salt Box #705F6E

Color information

#705F6E (or 0x705F6E) is unknown color: approx Salt Box. HEX triplet: 70, 5F and 6E. RGB value is (112,95,110). Sum of RGB (Red+Green+Blue) = 112+95+110=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 95 (37.5% from 255 or 29.97% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 112 - color contains mainly: red. Hex color #705F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705F6E is #8FA091. Grayscale: #656565. Windows color (decimal): -9412754 or 7233392. OLE color: 7233392.

HSL color Cylindrical-coordinate representation of color #705F6E: hue angle of 307.06º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #705F6E is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB11295110-
CMYK00.150.020.56
HSL307.06º8.21%40.59%-
HSV(B)307.06º15.18%43.92%-
XYZ13.5912.7516.5-
YUV101.79132.63135.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.33%
GREEN value IS 95 (37.5% from 255) = 29.97%
BLUE value IS 110 (43.36% from 255) = 34.70%
R=35.33%
G=29.97%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1129511000.150.020.56307.068.2140.59
Hex705F6E0F238133829
Octal1601371560172704631051
Binary11100001011111110111001111101110001001100111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705F6E; }

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

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

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

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

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

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

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

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