#705268

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

Shades of Salt Box #705268

Tints of Salt Box #705268

Color information

#705268 (or 0x705268) is unknown color: approx Salt Box. HEX triplet: 70, 52 and 68. RGB value is (112,82,104). Sum of RGB (Red+Green+Blue) = 112+82+104=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 112 - color contains mainly: red. Hex color #705268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705268 is #8FAD97. Grayscale: #5D5D5D. Windows color (decimal): -9416088 or 6836848. OLE color: 6836848.

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

Color convert

RGB11282104-
CMYK00.270.070.56
HSL316º15.46%38.04%-
HSV(B)316º26.79%43.92%-
XYZ12.210.4814.48-
YUV93.48133.94141.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.58%
GREEN value IS 82 (32.42% from 255) = 27.52%
BLUE value IS 104 (41.02% from 255) = 34.90%
R=37.58%
G=27.52%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1128210400.270.070.5631615.4638.04
Hex70526801B73813cf26
Octal1601221500337704741746
Binary1110000101001011010000110111111110001001111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705268; }

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

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

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

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

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

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

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

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