#736160

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

Shades of Zambezi #736160

Tints of Zambezi #736160

Color information

#736160 (or 0x736160) is unknown color: approx Zambezi. HEX triplet: 73, 61 and 60. RGB value is (115,97,96). Sum of RGB (Red+Green+Blue) = 115+97+96=308 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.34% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 115 - color contains mainly: red. Hex color #736160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736160 is #8C9E9F. Grayscale: #666666. Windows color (decimal): -9215648 or 6316403. OLE color: 6316403.

HSL color Cylindrical-coordinate representation of color #736160: hue angle of 3.16º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #736160 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB1159796-
CMYK00.160.170.55
HSL3.16º9%41.37%-
HSV(B)3.16º16.52%45.1%-
XYZ13.4613.0412.87-
YUV102.27124.46137.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.34%
GREEN value IS 97 (38.28% from 255) = 31.49%
BLUE value IS 96 (37.89% from 255) = 31.17%
R=37.34%
G=31.49%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115979600.160.170.553.16941.37
Hex73616001011373929
Octal163141140020216731151
Binary11100111100001110000001000010001110111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736160; }

 p { color: rgb(115,97,96); }

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

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

 a { background-color: rgb(115,97,96); }

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

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

 span { border-color: rgb(115,97,96); }

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