#96726F

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

Shades of Bazaar #96726F

Tints of Bazaar #96726F

Color information

#96726F (or 0x96726F) is unknown color: approx Bazaar. HEX triplet: 96, 72 and 6F. RGB value is (150,114,111). Sum of RGB (Red+Green+Blue) = 150+114+111=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 150 - color contains mainly: red. Hex color #96726F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96726F is #698D90. Grayscale: #7C7C7C. Windows color (decimal): -6917521 or 7303830. OLE color: 7303830.

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

Color convert

RGB150114111-
CMYK00.240.260.41
HSL4.62º15.66%51.18%-
HSV(B)4.62º26%58.82%-
XYZ21.4619.6717.7-
YUV124.42120.43146.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40%
GREEN value IS 114 (44.92% from 255) = 30.4%
BLUE value IS 111 (43.75% from 255) = 29.6%
R=40%
G=30.4%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011411100.240.260.414.6215.6651.18
Hex96726F0181A2951033
Octal226162157030325152063
Binary10010110111001011011110110001101010100110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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