#967976

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

Shades of Bazaar #967976

Tints of Bazaar #967976

Color information

#967976 (or 0x967976) is unknown color: approx Bazaar. HEX triplet: 96, 79 and 76. RGB value is (150,121,118). Sum of RGB (Red+Green+Blue) = 150+121+118=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 150 - color contains mainly: red. Hex color #967976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967976 is #698689. Grayscale: #818181. Windows color (decimal): -6915722 or 7764374. OLE color: 7764374.

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

Color convert

RGB150121118-
CMYK00.190.210.41
HSL5.62º13.22%52.55%-
HSV(B)5.62º21.33%58.82%-
XYZ22.6921.4720.09-
YUV129.33121.61142.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.56%
GREEN value IS 121 (47.66% from 255) = 31.11%
BLUE value IS 118 (46.48% from 255) = 30.33%
R=38.56%
G=31.11%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012111800.190.210.415.6213.2252.55
Hex96797601315296d35
Octal226171166023255161565
Binary1001011011110011110110010011101011010011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967976; }

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

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

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

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

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

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

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

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