#736060

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

Shades of Zambezi #736060

Tints of Zambezi #736060

Color information

#736060 (or 0x736060) is unknown color: approx Zambezi. HEX triplet: 73, 60 and 60. RGB value is (115,96,96). Sum of RGB (Red+Green+Blue) = 115+96+96=307 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.46% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 115 - color contains mainly: red. Hex color #736060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736060 is #8C9F9F. Grayscale: #656565. Windows color (decimal): -9215904 or 6316147. OLE color: 6316147.

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

Color convert

RGB1159696-
CMYK00.170.170.55
HSL9%41.37%-
HSV(B)16.52%45.1%-
XYZ13.3612.8612.84-
YUV101.68124.79137.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.46%
GREEN value IS 96 (37.89% from 255) = 31.27%
BLUE value IS 96 (37.89% from 255) = 31.27%
R=37.46%
G=31.27%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115969600.170.170.550941.37
Hex73606001111370929
Octal163140140021216701151
Binary1110011110000011000000100011000111011101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736060; }

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

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

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

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

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

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

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

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