#97736E

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

Shades of Bazaar #97736E

Tints of Bazaar #97736E

Color information

#97736E (or 0x97736E) is unknown color: approx Bazaar. HEX triplet: 97, 73 and 6E. RGB value is (151,115,110). Sum of RGB (Red+Green+Blue) = 151+115+110=376 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.16% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 151 - color contains mainly: red. Hex color #97736E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97736E is #688C91. Grayscale: #7D7D7D. Windows color (decimal): -6851730 or 7238551. OLE color: 7238551.

HSL color Cylindrical-coordinate representation of color #97736E: hue angle of 7.32º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97736E is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB151115110-
CMYK00.240.270.41
HSL7.32º16.47%51.18%-
HSV(B)7.32º27.15%59.22%-
XYZ21.7119.9717.46-
YUV125.19119.43146.41-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.16%
GREEN value IS 115 (45.31% from 255) = 30.59%
BLUE value IS 110 (43.36% from 255) = 29.26%
R=40.16%
G=30.59%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111511000.240.270.417.3216.4751.18
Hex97736E0181B2971033
Octal227163156030335172063
Binary10010111111001111011100110001101110100111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97736E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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