#705C6D

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

Shades of Salt Box #705C6D

Tints of Salt Box #705C6D

Color information

#705C6D (or 0x705C6D) is unknown color: approx Salt Box. HEX triplet: 70, 5C and 6D. RGB value is (112,92,109). Sum of RGB (Red+Green+Blue) = 112+92+109=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 112 - color contains mainly: red. Hex color #705C6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705C6D is #8FA392. Grayscale: #636363. Windows color (decimal): -9413523 or 7167088. OLE color: 7167088.

HSL color Cylindrical-coordinate representation of color #705C6D: hue angle of 309º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #705C6D is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB11292109-
CMYK00.180.030.56
HSL309º9.8%40%-
HSV(B)309º17.86%43.92%-
XYZ13.2712.216.12-
YUV99.92133.13136.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.78%
GREEN value IS 92 (36.33% from 255) = 29.39%
BLUE value IS 109 (42.97% from 255) = 34.82%
R=35.78%
G=29.39%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1129210900.180.030.563099.840
Hex705C6D012338135a28
Octal1601341550223704651250
Binary111000010111001101101010010111110001001101011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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