#70656E

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

Shades of Salt Box #70656E

Tints of Salt Box #70656E

Color information

#70656E (or 0x70656E) is unknown color: approx Salt Box. HEX triplet: 70, 65 and 6E. RGB value is (112,101,110). Sum of RGB (Red+Green+Blue) = 112+101+110=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 112 - color contains mainly: red. Hex color #70656E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70656E is #8F9A91. Grayscale: #696969. Windows color (decimal): -9411218 or 7234928. OLE color: 7234928.

HSL color Cylindrical-coordinate representation of color #70656E: hue angle of 310.91º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #70656E is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB112101110-
CMYK00.100.020.56
HSL310.91º5.16%41.76%-
HSV(B)310.91º9.82%43.92%-
XYZ14.1513.8816.68-
YUV105.32130.64132.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.67%
GREEN value IS 101 (39.84% from 255) = 31.27%
BLUE value IS 110 (43.36% from 255) = 34.06%
R=34.67%
G=31.27%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11210111000.100.020.56310.915.1641.76
Hex70656E0A23813752a
Octal160145156012270467552
Binary1110000110010111011100101010111000100110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70656E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70656E; }

 p { color: rgb(112,101,110); }

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

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

 a { background-color: rgb(112,101,110); }

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

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

 span { border-color: rgb(112,101,110); }

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