#967271

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

Shades of Bazaar #967271

Tints of Bazaar #967271

Color information

#967271 (or 0x967271) is unknown color: approx Bazaar. HEX triplet: 96, 72 and 71. RGB value is (150,114,113). Sum of RGB (Red+Green+Blue) = 150+114+113=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 150 - color contains mainly: red. Hex color #967271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967271 is #698D8E. Grayscale: #7C7C7C. Windows color (decimal): -6917519 or 7434902. OLE color: 7434902.

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

Color convert

RGB150114113-
CMYK00.240.250.41
HSL1.62º14.98%51.57%-
HSV(B)1.62º24.67%58.82%-
XYZ21.5819.7118.29-
YUV124.65121.43146.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.79%
GREEN value IS 114 (44.92% from 255) = 30.24%
BLUE value IS 113 (44.53% from 255) = 29.97%
R=39.79%
G=30.24%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011411300.240.250.411.6214.9851.57
Hex96727101819292f34
Octal226162161030315121764
Binary100101101110010111000101100011001101001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967271; }

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

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

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

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

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

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

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

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