#70606A

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

Shades of Salt Box #70606A

Tints of Salt Box #70606A

Color information

#70606A (or 0x70606A) is unknown color: approx Salt Box. HEX triplet: 70, 60 and 6A. RGB value is (112,96,106). Sum of RGB (Red+Green+Blue) = 112+96+106=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 112 - color contains mainly: red. Hex color #70606A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70606A is #8F9F95. Grayscale: #656565. Windows color (decimal): -9412502 or 6971504. OLE color: 6971504.

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

Color convert

RGB11296106-
CMYK00.140.050.56
HSL322.5º7.69%40.78%-
HSV(B)322.5º14.29%43.92%-
XYZ13.4712.8515.41-
YUV101.92130.3135.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.67%
GREEN value IS 96 (37.89% from 255) = 30.57%
BLUE value IS 106 (41.80% from 255) = 33.76%
R=35.67%
G=30.57%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1129610600.140.050.56322.57.6940.78
Hex70606A0E538142829
Octal1601401520165705021051
Binary111000011000001101010011101011110001010000101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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