#736261

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

Shades of Zambezi #736261

Tints of Zambezi #736261

Color information

#736261 (or 0x736261) is unknown color: approx Zambezi. HEX triplet: 73, 62 and 61. RGB value is (115,98,97). Sum of RGB (Red+Green+Blue) = 115+98+97=310 (41% of max value = 765). Red value is 115 (45.31% from 255 or 37.10% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 115 - color contains mainly: red. Hex color #736261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736261 is #8C9D9E. Grayscale: #666666. Windows color (decimal): -9215391 or 6382195. OLE color: 6382195.

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

Color convert

RGB1159897-
CMYK00.150.160.55
HSL3.33º8.49%41.57%-
HSV(B)3.33º15.65%45.1%-
XYZ13.613.2413.15-
YUV102.97124.63136.58-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.10%
GREEN value IS 98 (38.67% from 255) = 31.61%
BLUE value IS 97 (38.28% from 255) = 31.29%
R=37.10%
G=31.61%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115989700.150.160.553.338.4941.57
Hex7362610F1037382a
Octal163142141017206731052
Binary1110011110001011000010111110000110111111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736261; }

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

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

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

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

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

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

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

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