#997675

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

Shades of Bazaar #997675

Tints of Bazaar #997675

Color information

#997675 (or 0x997675) is unknown color: approx Bazaar. HEX triplet: 99, 76 and 75. RGB value is (153,118,117). Sum of RGB (Red+Green+Blue) = 153+118+117=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 153 - color contains mainly: red. Hex color #997675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997675 is #66898A. Grayscale: #808080. Windows color (decimal): -6719883 or 7698073. OLE color: 7698073.

HSL color Cylindrical-coordinate representation of color #997675: hue angle of 1.67º 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 #997675 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB153118117-
CMYK00.230.240.4
HSL1.67º15%52.94%-
HSV(B)1.67º23.53%60%-
XYZ22.8321.0119.68-
YUV128.35121.6145.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.43%
GREEN value IS 118 (46.48% from 255) = 30.41%
BLUE value IS 117 (46.09% from 255) = 30.15%
R=39.43%
G=30.41%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311811700.230.240.41.671552.94
Hex99767501718282f35
Octal231166165027305021765
Binary100110011110110111010101011111000101000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997675; }

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

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

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

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

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

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

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

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