#96726E

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

Shades of Bazaar #96726E

Tints of Bazaar #96726E

Color information

#96726E (or 0x96726E) is unknown color: approx Bazaar. HEX triplet: 96, 72 and 6E. RGB value is (150,114,110). Sum of RGB (Red+Green+Blue) = 150+114+110=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 150 - color contains mainly: red. Hex color #96726E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96726E is #698D91. Grayscale: #7C7C7C. Windows color (decimal): -6917522 or 7238294. OLE color: 7238294.

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

Color convert

RGB150114110-
CMYK00.240.270.41
HSL16%50.98%-
HSV(B)26.67%58.82%-
XYZ21.4119.6417.42-
YUV124.31119.93146.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.11%
GREEN value IS 114 (44.92% from 255) = 30.48%
BLUE value IS 110 (43.36% from 255) = 29.41%
R=40.11%
G=30.48%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011411000.240.270.4161650.98
Hex96726E0181B2961033
Octal226162156030335162063
Binary10010110111001011011100110001101110100111010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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