#70605E

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

Shades of Zambezi #70605E

Tints of Zambezi #70605E

Color information

#70605E (or 0x70605E) is unknown color: approx Zambezi. HEX triplet: 70, 60 and 5E. RGB value is (112,96,94). Sum of RGB (Red+Green+Blue) = 112+96+94=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 112 - color contains mainly: red. Hex color #70605E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70605E is #8F9FA1. Grayscale: #646464. Windows color (decimal): -9412514 or 6185072. OLE color: 6185072.

HSL color Cylindrical-coordinate representation of color #70605E: hue angle of 6.67º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #70605E is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB1129694-
CMYK00.140.160.56
HSL6.67º8.74%40.39%-
HSV(B)6.67º16.07%43.92%-
XYZ12.8912.6212.35-
YUV100.56124.3136.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.09%
GREEN value IS 96 (37.89% from 255) = 31.79%
BLUE value IS 94 (37.11% from 255) = 31.13%
R=37.09%
G=31.79%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112969400.140.160.566.678.7440.39
Hex70605E0E10387928
Octal160140136016207071150
Binary11100001100000101111001110100001110001111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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