#70616F

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

Shades of Salt Box #70616F

Tints of Salt Box #70616F

Color information

#70616F (or 0x70616F) is unknown color: approx Salt Box. HEX triplet: 70, 61 and 6F. RGB value is (112,97,111). Sum of RGB (Red+Green+Blue) = 112+97+111=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 112 - color contains mainly: red. Hex color #70616F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70616F is #8F9E90. Grayscale: #676767. Windows color (decimal): -9412241 or 7299440. OLE color: 7299440.

HSL color Cylindrical-coordinate representation of color #70616F: hue angle of 304º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #70616F is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB11297111-
CMYK00.130.010.56
HSL304º7.18%40.98%-
HSV(B)304º13.39%43.92%-
XYZ13.8313.1416.85-
YUV103.08132.47134.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35%
GREEN value IS 97 (38.28% from 255) = 30.31%
BLUE value IS 111 (43.75% from 255) = 34.69%
R=35%
G=30.31%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1129711100.130.010.563047.1840.98
Hex70616F0D138130729
Octal160141157015170460751
Binary111000011000011101111011011111000100110000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70616F; }

 p { color: rgb(112,97,111); }

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

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

 a { background-color: rgb(112,97,111); }

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

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

 span { border-color: rgb(112,97,111); }

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