#705A69

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

Shades of Salt Box #705A69

Tints of Salt Box #705A69

Color information

#705A69 (or 0x705A69) is unknown color: approx Salt Box. HEX triplet: 70, 5A and 69. RGB value is (112,90,105). Sum of RGB (Red+Green+Blue) = 112+90+105=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 112 - color contains mainly: red. Hex color #705A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705A69 is #8FA596. Grayscale: #626262. Windows color (decimal): -9414039 or 6904432. OLE color: 6904432.

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

Color convert

RGB11290105-
CMYK00.200.060.56
HSL319.09º10.89%39.61%-
HSV(B)319.09º19.64%43.92%-
XYZ12.8911.7814.96-
YUV98.29131.79137.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.48%
GREEN value IS 90 (35.55% from 255) = 29.32%
BLUE value IS 105 (41.41% from 255) = 34.20%
R=36.48%
G=29.32%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1129010500.200.060.56319.0910.8939.61
Hex705A6901463813fb28
Octal1601321510246704771350
Binary1110000101101011010010101001101110001001111111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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