#705B69

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

Shades of Salt Box #705B69

Tints of Salt Box #705B69

Color information

#705B69 (or 0x705B69) is unknown color: approx Salt Box. HEX triplet: 70, 5B and 69. RGB value is (112,91,105). Sum of RGB (Red+Green+Blue) = 112+91+105=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 112 - color contains mainly: red. Hex color #705B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705B69 is #8FA496. Grayscale: #626262. Windows color (decimal): -9413783 or 6904688. OLE color: 6904688.

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

Color convert

RGB11291105-
CMYK00.190.060.56
HSL320º10.34%39.8%-
HSV(B)320º18.75%43.92%-
XYZ12.9711.9514.99-
YUV98.88131.46137.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.36%
GREEN value IS 91 (35.94% from 255) = 29.55%
BLUE value IS 105 (41.41% from 255) = 34.09%
R=36.36%
G=29.55%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1129110500.190.060.5632010.3439.8
Hex705B69013638140a28
Octal1601331510236705001250
Binary1110000101101111010010100111101110001010000001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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