#997676

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

Shades of Bazaar #997676

Tints of Bazaar #997676

Color information

#997676 (or 0x997676) is unknown color: approx Bazaar. HEX triplet: 99, 76 and 76. RGB value is (153,118,118). Sum of RGB (Red+Green+Blue) = 153+118+118=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 153 - color contains mainly: red. Hex color #997676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997676 is #668989. Grayscale: #808080. Windows color (decimal): -6719882 or 7763609. OLE color: 7763609.

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

Color convert

RGB153118118-
CMYK00.230.230.4
HSL14.64%53.14%-
HSV(B)22.88%60%-
XYZ22.8921.0419.99-
YUV128.46122.1145.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.33%
GREEN value IS 118 (46.48% from 255) = 30.33%
BLUE value IS 118 (46.48% from 255) = 30.33%
R=39.33%
G=30.33%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311811800.230.230.4014.6453.14
Hex99767601717280f35
Octal231166166027275001765
Binary10011001111011011101100101111011110100001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997676; }

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

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

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

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

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

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

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

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