#967672

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

Shades of Bazaar #967672

Tints of Bazaar #967672

Color information

#967672 (or 0x967672) is unknown color: approx Bazaar. HEX triplet: 96, 76 and 72. RGB value is (150,118,114). Sum of RGB (Red+Green+Blue) = 150+118+114=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 150 - color contains mainly: red. Hex color #967672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967672 is #69898D. Grayscale: #7F7F7F. Windows color (decimal): -6916494 or 7501462. OLE color: 7501462.

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

Color convert

RGB150118114-
CMYK00.210.240.41
HSL6.67º14.63%51.76%-
HSV(B)6.67º24%58.82%-
XYZ22.0920.6618.74-
YUV127.11120.6144.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.27%
GREEN value IS 118 (46.48% from 255) = 30.89%
BLUE value IS 114 (44.92% from 255) = 29.84%
R=39.27%
G=30.89%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011811400.210.240.416.6714.6351.76
Hex96767201518297f34
Octal226166162025305171764
Binary1001011011101101110010010101110001010011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967672; }

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

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

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

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

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

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

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

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