#736260

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

Shades of Zambezi #736260

Tints of Zambezi #736260

Color information

#736260 (or 0x736260) is unknown color: approx Zambezi. HEX triplet: 73, 62 and 60. RGB value is (115,98,96). Sum of RGB (Red+Green+Blue) = 115+98+96=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 115 - color contains mainly: red. Hex color #736260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736260 is #8C9D9F. Grayscale: #666666. Windows color (decimal): -9215392 or 6316659. OLE color: 6316659.

HSL color Cylindrical-coordinate representation of color #736260: hue angle of 6.32º 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 #736260 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB1159896-
CMYK00.150.170.55
HSL6.32º9%41.37%-
HSV(B)6.32º16.52%45.1%-
XYZ13.5513.2212.9-
YUV102.86124.13136.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.22%
GREEN value IS 98 (38.67% from 255) = 31.72%
BLUE value IS 96 (37.89% from 255) = 31.07%
R=37.22%
G=31.72%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115989600.150.170.556.32941.37
Hex7362600F11376929
Octal163142140017216761151
Binary11100111100010110000001111100011101111101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736260; }

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

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

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

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

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

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

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

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