#705568

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

Shades of Salt Box #705568

Tints of Salt Box #705568

Color information

#705568 (or 0x705568) is unknown color: approx Salt Box. HEX triplet: 70, 55 and 68. RGB value is (112,85,104). Sum of RGB (Red+Green+Blue) = 112+85+104=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 112 - color contains mainly: red. Hex color #705568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705568 is #8FAA97. Grayscale: #5F5F5F. Windows color (decimal): -9415320 or 6837616. OLE color: 6837616.

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

Color convert

RGB11285104-
CMYK00.240.070.56
HSL317.78º13.71%38.63%-
HSV(B)317.78º24.11%43.92%-
XYZ12.4310.9414.55-
YUV95.24132.95139.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.21%
GREEN value IS 85 (33.59% from 255) = 28.24%
BLUE value IS 104 (41.02% from 255) = 34.55%
R=37.21%
G=28.24%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1128510400.240.070.56317.7813.7138.63
Hex70556801873813ee27
Octal1601251500307704761647
Binary1110000101010111010000110001111110001001111101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705568; }

 p { color: rgb(112,85,104); }

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

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

 a { background-color: rgb(112,85,104); }

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

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

 span { border-color: rgb(112,85,104); }

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