#967676

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

Shades of Bazaar #967676

Tints of Bazaar #967676

Color information

#967676 (or 0x967676) is unknown color: approx Bazaar. HEX triplet: 96, 76 and 76. RGB value is (150,118,118). Sum of RGB (Red+Green+Blue) = 150+118+118=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 150 - color contains mainly: red. Hex color #967676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967676 is #698989. Grayscale: #7F7F7F. Windows color (decimal): -6916490 or 7763606. OLE color: 7763606.

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

Color convert

RGB150118118-
CMYK00.210.210.41
HSL13.22%52.55%-
HSV(B)21.33%58.82%-
XYZ22.3320.7519.97-
YUV127.57122.6144-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.86%
GREEN value IS 118 (46.48% from 255) = 30.57%
BLUE value IS 118 (46.48% from 255) = 30.57%
R=38.86%
G=30.57%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011811800.210.210.41013.2252.55
Hex96767601515290d35
Octal226166166025255101565
Binary10010110111011011101100101011010110100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967676; }

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

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

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

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

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

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

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

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