#736161

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

Shades of Zambezi #736161

Tints of Zambezi #736161

Color information

#736161 (or 0x736161) is unknown color: approx Zambezi. HEX triplet: 73, 61 and 61. RGB value is (115,97,97). Sum of RGB (Red+Green+Blue) = 115+97+97=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 115 - color contains mainly: red. Hex color #736161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736161 is #8C9E9E. Grayscale: #666666. Windows color (decimal): -9215647 or 6381939. OLE color: 6381939.

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

Color convert

RGB1159797-
CMYK00.160.160.55
HSL8.49%41.57%-
HSV(B)15.65%45.1%-
XYZ13.513.0613.12-
YUV102.38124.96137-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.22%
GREEN value IS 97 (38.28% from 255) = 31.39%
BLUE value IS 97 (38.28% from 255) = 31.39%
R=37.22%
G=31.39%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115979700.160.160.5508.4941.57
Hex7361610101037082a
Octal163141141020206701052
Binary1110011110000111000010100001000011011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736161; }

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

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

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

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

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

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

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

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