#997575

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

Shades of Bazaar #997575

Tints of Bazaar #997575

Color information

#997575 (or 0x997575) is unknown color: approx Bazaar. HEX triplet: 99, 75 and 75. RGB value is (153,117,117). Sum of RGB (Red+Green+Blue) = 153+117+117=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 153 - color contains mainly: red. Hex color #997575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997575 is #668A8A. Grayscale: #7F7F7F. Windows color (decimal): -6720139 or 7697817. OLE color: 7697817.

HSL color Cylindrical-coordinate representation of color #997575: 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.24%. Process color model (Four color, CMYK) of #997575 is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB153117117-
CMYK00.240.240.4
HSL15%52.94%-
HSV(B)23.53%60%-
XYZ22.7120.7819.64-
YUV127.76121.93146-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.53%
GREEN value IS 117 (46.09% from 255) = 30.23%
BLUE value IS 117 (46.09% from 255) = 30.23%
R=39.53%
G=30.23%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311711700.240.240.401552.94
Hex99757501818280f35
Octal231165165030305001765
Binary10011001111010111101010110001100010100001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997575; }

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

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

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

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

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

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

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

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