#91736F

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

Shades of Bazaar #91736F

Tints of Bazaar #91736F

Color information

#91736F (or 0x91736F) is unknown color: approx Bazaar. HEX triplet: 91, 73 and 6F. RGB value is (145,115,111). Sum of RGB (Red+Green+Blue) = 145+115+111=371 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.08% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 145 - color contains mainly: red. Hex color #91736F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91736F is #6E8C90. Grayscale: #7B7B7B. Windows color (decimal): -7244945 or 7304081. OLE color: 7304081.

HSL color Cylindrical-coordinate representation of color #91736F: hue angle of 7.06º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #91736F is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB145115111-
CMYK00.210.230.43
HSL7.06º13.39%50.2%-
HSV(B)7.06º23.45%56.86%-
XYZ20.6819.4317.7-
YUV123.51120.94143.33-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.08%
GREEN value IS 115 (45.31% from 255) = 31.00%
BLUE value IS 111 (43.75% from 255) = 29.92%
R=39.08%
G=31.00%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511511100.210.230.437.0613.3950.2
Hex91736F015172B7d32
Octal221163157025275371562
Binary1001000111100111101111010101101111010111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91736F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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