#96736F

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

Shades of Bazaar #96736F

Tints of Bazaar #96736F

Color information

#96736F (or 0x96736F) is unknown color: approx Bazaar. HEX triplet: 96, 73 and 6F. RGB value is (150,115,111). Sum of RGB (Red+Green+Blue) = 150+115+111=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 150 - color contains mainly: red. Hex color #96736F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96736F is #698C90. Grayscale: #7D7D7D. Windows color (decimal): -6917265 or 7304086. OLE color: 7304086.

HSL color Cylindrical-coordinate representation of color #96736F: hue angle of 6.15º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96736F is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB150115111-
CMYK00.230.260.41
HSL6.15º15.66%51.18%-
HSV(B)6.15º26%58.82%-
XYZ21.5819.8917.74-
YUV125.01120.1145.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.89%
GREEN value IS 115 (45.31% from 255) = 30.59%
BLUE value IS 111 (43.75% from 255) = 29.52%
R=39.89%
G=30.59%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011511100.230.260.416.1515.6651.18
Hex96736F0171A2961033
Octal226163157027325162063
Binary10010110111001111011110101111101010100111010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96736F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96736F; }

 p { color: rgb(150,115,111); }

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

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

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

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

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

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

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