#70566A

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

Shades of Salt Box #70566A

Tints of Salt Box #70566A

Color information

#70566A (or 0x70566A) is unknown color: approx Salt Box. HEX triplet: 70, 56 and 6A. RGB value is (112,86,106). Sum of RGB (Red+Green+Blue) = 112+86+106=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 112 - color contains mainly: red. Hex color #70566A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70566A is #8FA995. Grayscale: #606060. Windows color (decimal): -9415062 or 6968944. OLE color: 6968944.

HSL color Cylindrical-coordinate representation of color #70566A: hue angle of 313.85º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #70566A is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB11286106-
CMYK00.230.050.56
HSL313.85º13.13%38.82%-
HSV(B)313.85º23.21%43.92%-
XYZ12.6111.1415.12-
YUV96.05133.61139.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.84%
GREEN value IS 86 (33.98% from 255) = 28.29%
BLUE value IS 106 (41.80% from 255) = 34.87%
R=36.84%
G=28.29%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1128610600.230.050.56313.8513.1338.82
Hex70566A01753813ad27
Octal1601261520275704721547
Binary1110000101011011010100101111011110001001110101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70566A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70566A; }

 p { color: rgb(112,86,106); }

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

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

 a { background-color: rgb(112,86,106); }

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

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

 span { border-color: rgb(112,86,106); }

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