#705656

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

Shades of Zambezi #705656

Tints of Zambezi #705656

Color information

#705656 (or 0x705656) is unknown color: approx Zambezi. HEX triplet: 70, 56 and 56. RGB value is (112,86,86). Sum of RGB (Red+Green+Blue) = 112+86+86=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 86 (33.98% from 255 or 30.28% from 284); Max value from RGB is 112 - color contains mainly: red. Hex color #705656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705656 is #8FA9A9. Grayscale: #5D5D5D. Windows color (decimal): -9415082 or 5658224. OLE color: 5658224.

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

Color convert

RGB1128686-
CMYK00.230.230.56
HSL13.13%38.82%-
HSV(B)23.21%43.92%-
XYZ11.6910.7710.27-
YUV93.77123.61141-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.44%
GREEN value IS 86 (33.98% from 255) = 30.28%
BLUE value IS 86 (33.98% from 255) = 30.28%
R=39.44%
G=30.28%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112868600.230.230.56013.1338.82
Hex70565601717380d27
Octal160126126027277001547
Binary1110000101011010101100101111011111100001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705656; }

 p { color: rgb(112,86,86); }

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

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

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

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

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

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

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