#715956

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

Shades of Zambezi #715956

Tints of Zambezi #715956

Color information

#715956 (or 0x715956) is unknown color: approx Zambezi. HEX triplet: 71, 59 and 56. RGB value is (113,89,86). Sum of RGB (Red+Green+Blue) = 113+89+86=288 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.24% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 86 (33.98% from 255 or 29.86% from 288); Max value from RGB is 113 - color contains mainly: red. Hex color #715956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715956 is #8EA6A9. Grayscale: #5F5F5F. Windows color (decimal): -9348778 or 5658993. OLE color: 5658993.

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

Color convert

RGB1138986-
CMYK00.210.240.56
HSL6.67º13.57%39.02%-
HSV(B)6.67º23.89%44.31%-
XYZ12.0611.3310.35-
YUV95.83122.45140.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.24%
GREEN value IS 89 (35.16% from 255) = 30.90%
BLUE value IS 86 (33.98% from 255) = 29.86%
R=39.24%
G=30.90%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113898600.210.240.566.6713.5739.02
Hex71595601518387e27
Octal161131126025307071647
Binary111000110110011010110010101110001110001111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715956; }

 p { color: rgb(113,89,86); }

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

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

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

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

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

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

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