#70615F

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

Shades of Zambezi #70615F

Tints of Zambezi #70615F

Color information

#70615F (or 0x70615F) is unknown color: approx Zambezi. HEX triplet: 70, 61 and 5F. RGB value is (112,97,95). Sum of RGB (Red+Green+Blue) = 112+97+95=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 112 - color contains mainly: red. Hex color #70615F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70615F is #8F9EA0. Grayscale: #656565. Windows color (decimal): -9412257 or 6250864. OLE color: 6250864.

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

Color convert

RGB1129795-
CMYK00.130.150.56
HSL7.06º8.21%40.59%-
HSV(B)7.06º15.18%43.92%-
XYZ13.0212.8212.61-
YUV101.26124.47135.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.84%
GREEN value IS 97 (38.28% from 255) = 31.91%
BLUE value IS 95 (37.5% from 255) = 31.25%
R=36.84%
G=31.91%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112979500.130.150.567.068.2140.59
Hex70615F0DF387829
Octal160141137015177071051
Binary1110000110000110111110110111111110001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70615F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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