#97716E

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

Shades of Bazaar #97716E

Tints of Bazaar #97716E

Color information

#97716E (or 0x97716E) is unknown color: approx Bazaar. HEX triplet: 97, 71 and 6E. RGB value is (151,113,110). Sum of RGB (Red+Green+Blue) = 151+113+110=374 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.37% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 151 - color contains mainly: red. Hex color #97716E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97716E is #688E91. Grayscale: #7C7C7C. Windows color (decimal): -6852242 or 7238039. OLE color: 7238039.

HSL color Cylindrical-coordinate representation of color #97716E: hue angle of 4.39º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97716E is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB151113110-
CMYK00.250.270.41
HSL4.39º16.47%51.18%-
HSV(B)4.39º27.15%59.22%-
XYZ21.4819.5217.39-
YUV124.02120.09147.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.37%
GREEN value IS 113 (44.53% from 255) = 30.21%
BLUE value IS 110 (43.36% from 255) = 29.41%
R=40.37%
G=30.21%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111311000.250.270.414.3916.4751.18
Hex97716E0191B2941033
Octal227161156031335142063
Binary10010111111000111011100110011101110100110010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97716E; }

 p { color: rgb(151,113,110); }

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

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

 a { background-color: rgb(151,113,110); }

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

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

 span { border-color: rgb(151,113,110); }

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