#70616B

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

Shades of Salt Box #70616B

Tints of Salt Box #70616B

Color information

#70616B (or 0x70616B) is unknown color: approx Salt Box. HEX triplet: 70, 61 and 6B. RGB value is (112,97,107). Sum of RGB (Red+Green+Blue) = 112+97+107=316 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.44% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 112 - color contains mainly: red. Hex color #70616B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70616B is #8F9E94. Grayscale: #666666. Windows color (decimal): -9412245 or 7037296. OLE color: 7037296.

HSL color Cylindrical-coordinate representation of color #70616B: hue angle of 320º 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 #70616B is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB11297107-
CMYK00.130.040.56
HSL320º7.18%40.98%-
HSV(B)320º13.39%43.92%-
XYZ13.6113.0615.71-
YUV102.62130.47134.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.44%
GREEN value IS 97 (38.28% from 255) = 30.70%
BLUE value IS 107 (42.19% from 255) = 33.86%
R=35.44%
G=30.70%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1129710700.130.040.563207.1840.98
Hex70616B0D438140729
Octal160141153015470500751
Binary11100001100001110101101101100111000101000000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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