#9C736F

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

Shades of Bazaar #9C736F

Tints of Bazaar #9C736F

Color information

#9C736F (or 0x9C736F) is unknown color: approx Bazaar. HEX triplet: 9C, 73 and 6F. RGB value is (156,115,111). Sum of RGB (Red+Green+Blue) = 156+115+111=382 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.84% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 156 - color contains mainly: red. Hex color #9C736F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C736F is #638C90. Grayscale: #7E7E7E. Windows color (decimal): -6524049 or 7304092. OLE color: 7304092.

HSL color Cylindrical-coordinate representation of color #9C736F: hue angle of 5.33º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9C736F is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB156115111-
CMYK00.260.290.39
HSL5.33º18.52%52.35%-
HSV(B)5.33º28.85%61.18%-
XYZ22.7120.4817.79-
YUV126.8119.08148.83-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.84%
GREEN value IS 115 (45.31% from 255) = 30.10%
BLUE value IS 111 (43.75% from 255) = 29.06%
R=40.84%
G=30.10%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611511100.260.290.395.3318.5252.35
Hex9C736F01A1D2751334
Octal234163157032354752364
Binary10011100111001111011110110101110110011110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C736F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C736F; }

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

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

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

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

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

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

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

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