#99736E

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

Shades of Bazaar #99736E

Tints of Bazaar #99736E

Color information

#99736E (or 0x99736E) is unknown color: approx Bazaar. HEX triplet: 99, 73 and 6E. RGB value is (153,115,110). Sum of RGB (Red+Green+Blue) = 153+115+110=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 153 - color contains mainly: red. Hex color #99736E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99736E is #668C91. Grayscale: #7D7D7D. Windows color (decimal): -6720658 or 7238553. OLE color: 7238553.

HSL color Cylindrical-coordinate representation of color #99736E: hue angle of 6.98º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99736E is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.4.

Color convert

RGB153115110-
CMYK00.250.280.4
HSL6.98º17.41%51.57%-
HSV(B)6.98º28.1%60%-
XYZ22.0820.1617.48-
YUV125.79119.09147.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.48%
GREEN value IS 115 (45.31% from 255) = 30.42%
BLUE value IS 110 (43.36% from 255) = 29.10%
R=40.48%
G=30.42%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311511000.250.280.46.9817.4151.57
Hex99736E0191C2871134
Octal231163156031345072164
Binary10011001111001111011100110011110010100011110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99736E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99736E; }

 p { color: rgb(153,115,110); }

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

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

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

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

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

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

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