#997673

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

Shades of Bazaar #997673

Tints of Bazaar #997673

Color information

#997673 (or 0x997673) is unknown color: approx Bazaar. HEX triplet: 99, 76 and 73. RGB value is (153,118,115). Sum of RGB (Red+Green+Blue) = 153+118+115=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 153 - color contains mainly: red. Hex color #997673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997673 is #66898C. Grayscale: #808080. Windows color (decimal): -6719885 or 7567001. OLE color: 7567001.

HSL color Cylindrical-coordinate representation of color #997673: hue angle of 4.74º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #997673 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB153118115-
CMYK00.230.250.4
HSL4.74º15.7%52.55%-
HSV(B)4.74º24.84%60%-
XYZ22.7120.9719.07-
YUV128.12120.6145.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.64%
GREEN value IS 118 (46.48% from 255) = 30.57%
BLUE value IS 115 (45.31% from 255) = 29.79%
R=39.64%
G=30.57%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311811500.230.250.44.7415.752.55
Hex997673017192851035
Octal231166163027315052065
Binary10011001111011011100110101111100110100010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997673; }

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

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

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

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

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

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

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

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