#96716E

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

Shades of Bazaar #96716E

Tints of Bazaar #96716E

Color information

#96716E (or 0x96716E) is unknown color: approx Bazaar. HEX triplet: 96, 71 and 6E. RGB value is (150,113,110). Sum of RGB (Red+Green+Blue) = 150+113+110=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 150 - color contains mainly: red. Hex color #96716E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96716E is #698E91. Grayscale: #7B7B7B. Windows color (decimal): -6917778 or 7238038. OLE color: 7238038.

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

Color convert

RGB150113110-
CMYK00.250.270.41
HSL4.5º16%50.98%-
HSV(B)4.5º26.67%58.82%-
XYZ21.319.4217.38-
YUV123.72120.26146.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.21%
GREEN value IS 113 (44.53% from 255) = 30.29%
BLUE value IS 110 (43.36% from 255) = 29.49%
R=40.21%
G=30.29%
B=29.49%

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
Decimal15011311000.250.270.414.51650.98
Hex96716E0191B2951033
Octal226161156031335152063
Binary10010110111000111011100110011101110100110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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