#99726E

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

Shades of Bazaar #99726E

Tints of Bazaar #99726E

Color information

#99726E (or 0x99726E) is unknown color: approx Bazaar. HEX triplet: 99, 72 and 6E. RGB value is (153,114,110). Sum of RGB (Red+Green+Blue) = 153+114+110=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 153 - color contains mainly: red. Hex color #99726E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99726E is #668D91. Grayscale: #7D7D7D. Windows color (decimal): -6720914 or 7238297. OLE color: 7238297.

HSL color Cylindrical-coordinate representation of color #99726E: hue angle of 5.58º 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 #99726E is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.4.

Color convert

RGB153114110-
CMYK00.250.280.4
HSL5.58º17.41%51.57%-
HSV(B)5.58º28.1%60%-
XYZ21.9719.9317.44-
YUV125.2119.42147.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.58%
GREEN value IS 114 (44.92% from 255) = 30.24%
BLUE value IS 110 (43.36% from 255) = 29.18%
R=40.58%
G=30.24%
B=29.18%

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
Decimal15311411000.250.280.45.5817.4151.57
Hex99726E0191C2861134
Octal231162156031345062164
Binary10011001111001011011100110011110010100011010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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