#705469

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

Shades of Salt Box #705469

Tints of Salt Box #705469

Color information

#705469 (or 0x705469) is unknown color: approx Salt Box. HEX triplet: 70, 54 and 69. RGB value is (112,84,105). Sum of RGB (Red+Green+Blue) = 112+84+105=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 112 - color contains mainly: red. Hex color #705469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705469 is #8FAB96. Grayscale: #5E5E5E. Windows color (decimal): -9415575 or 6902896. OLE color: 6902896.

HSL color Cylindrical-coordinate representation of color #705469: hue angle of 315º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #705469 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB11284105-
CMYK00.250.060.56
HSL315º14.29%38.43%-
HSV(B)315º25%43.92%-
XYZ12.410.8114.8-
YUV94.77133.78140.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.21%
GREEN value IS 84 (33.20% from 255) = 27.91%
BLUE value IS 105 (41.41% from 255) = 34.88%
R=37.21%
G=27.91%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1128410500.250.060.5631514.2938.43
Hex70546901963813be26
Octal1601241510316704731646
Binary1110000101010011010010110011101110001001110111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705469; }

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

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

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

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

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

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

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

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