#99736F

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

Shades of Bazaar #99736F

Tints of Bazaar #99736F

Color information

#99736F (or 0x99736F) is unknown color: approx Bazaar. HEX triplet: 99, 73 and 6F. RGB value is (153,115,111). Sum of RGB (Red+Green+Blue) = 153+115+111=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #99736F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99736F is #668C90. Grayscale: #7D7D7D. Windows color (decimal): -6720657 or 7304089. OLE color: 7304089.

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

Color convert

RGB153115111-
CMYK00.250.270.4
HSL5.71º17.07%51.76%-
HSV(B)5.71º27.45%60%-
XYZ22.1420.1817.77-
YUV125.91119.59147.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.37%
GREEN value IS 115 (45.31% from 255) = 30.34%
BLUE value IS 111 (43.75% from 255) = 29.29%
R=40.37%
G=30.34%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311511100.250.270.45.7117.0751.76
Hex99736F0191B2861134
Octal231163157031335062164
Binary10011001111001111011110110011101110100011010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99736F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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