#967571

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

Shades of Bazaar #967571

Tints of Bazaar #967571

Color information

#967571 (or 0x967571) is unknown color: approx Bazaar. HEX triplet: 96, 75 and 71. RGB value is (150,117,113). Sum of RGB (Red+Green+Blue) = 150+117+113=380 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.47% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 150 - color contains mainly: red. Hex color #967571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967571 is #698A8E. Grayscale: #7E7E7E. Windows color (decimal): -6916751 or 7435670. OLE color: 7435670.

HSL color Cylindrical-coordinate representation of color #967571: hue angle of 6.49º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #967571 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB150117113-
CMYK00.220.250.41
HSL6.49º14.98%51.57%-
HSV(B)6.49º24.67%58.82%-
XYZ21.9220.418.4-
YUV126.41120.43144.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.47%
GREEN value IS 117 (46.09% from 255) = 30.79%
BLUE value IS 113 (44.53% from 255) = 29.74%
R=39.47%
G=30.79%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011711300.220.250.416.4914.9851.57
Hex96757101619296f34
Octal226165161026315161764
Binary1001011011101011110001010110110011010011101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967571; }

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

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

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

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

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

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

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

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