#997470

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

Shades of Bazaar #997470

Tints of Bazaar #997470

Color information

#997470 (or 0x997470) is unknown color: approx Bazaar. HEX triplet: 99, 74 and 70. RGB value is (153,116,112). Sum of RGB (Red+Green+Blue) = 153+116+112=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 153 - color contains mainly: red. Hex color #997470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997470 is #668B8F. Grayscale: #7E7E7E. Windows color (decimal): -6720400 or 7369881. OLE color: 7369881.

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

Color convert

RGB153116112-
CMYK00.240.270.4
HSL5.85º16.73%51.96%-
HSV(B)5.85º26.8%60%-
XYZ22.3120.4318.1-
YUV126.61119.76146.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.16%
GREEN value IS 116 (45.70% from 255) = 30.45%
BLUE value IS 112 (44.14% from 255) = 29.40%
R=40.16%
G=30.45%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311611200.240.270.45.8516.7351.96
Hex9974700181B2861134
Octal231164160030335062164
Binary10011001111010011100000110001101110100011010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997470; }

 p { color: rgb(153,116,112); }

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

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

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

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

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

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

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