#997270

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

Shades of Bazaar #997270

Tints of Bazaar #997270

Color information

#997270 (or 0x997270) is unknown color: approx Bazaar. HEX triplet: 99, 72 and 70. RGB value is (153,114,112). Sum of RGB (Red+Green+Blue) = 153+114+112=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #997270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997270 is #668D8F. Grayscale: #7D7D7D. Windows color (decimal): -6720912 or 7369369. OLE color: 7369369.

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

Color convert

RGB153114112-
CMYK00.250.270.4
HSL2.93º16.73%51.96%-
HSV(B)2.93º26.8%60%-
XYZ22.0819.9818.02-
YUV125.43120.42147.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.37%
GREEN value IS 114 (44.92% from 255) = 30.08%
BLUE value IS 112 (44.14% from 255) = 29.55%
R=40.37%
G=30.08%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311411200.250.270.42.9316.7351.96
Hex9972700191B2831134
Octal231162160031335032164
Binary1001100111100101110000011001110111010001110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997270; }

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

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

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

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

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

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

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

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