#705D69

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

Shades of Salt Box #705D69

Tints of Salt Box #705D69

Color information

#705D69 (or 0x705D69) is unknown color: approx Salt Box. HEX triplet: 70, 5D and 69. RGB value is (112,93,105). Sum of RGB (Red+Green+Blue) = 112+93+105=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 105 (41.41% from 255 or 33.87% from 310); Max value from RGB is 112 - color contains mainly: red. Hex color #705D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705D69 is #8FA296. Grayscale: #646464. Windows color (decimal): -9413271 or 6905200. OLE color: 6905200.

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

Color convert

RGB11293105-
CMYK00.170.060.56
HSL322.11º9.27%40.2%-
HSV(B)322.11º16.96%43.92%-
XYZ13.1512.2915.04-
YUV100.05130.79136.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.13%
GREEN value IS 93 (36.72% from 255) = 30%
BLUE value IS 105 (41.41% from 255) = 33.87%
R=36.13%
G=30%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1129310500.170.060.56322.119.2740.2
Hex705D69011638142928
Octal1601351510216705021150
Binary1110000101110111010010100011101110001010000101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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