#867673

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

Shades of Bazaar #867673

Tints of Bazaar #867673

Color information

#867673 (or 0x867673) is unknown color: approx Bazaar. HEX triplet: 86, 76 and 73. RGB value is (134,118,115). Sum of RGB (Red+Green+Blue) = 134+118+115=367 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.51% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 134 - color contains mainly: red. Hex color #867673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867673 is #79898C. Grayscale: #7A7A7A. Windows color (decimal): -7965069 or 7566982. OLE color: 7566982.

HSL color Cylindrical-coordinate representation of color #867673: hue angle of 9.47º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #867673 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB134118115-
CMYK00.120.140.47
HSL9.47º7.63%48.82%-
HSV(B)9.47º14.18%52.55%-
XYZ19.419.2618.92-
YUV122.44123.8136.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.51%
GREEN value IS 118 (46.48% from 255) = 32.15%
BLUE value IS 115 (45.31% from 255) = 31.34%
R=36.51%
G=32.15%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411811500.120.140.479.477.6348.82
Hex8676730CE2F9831
Octal2061661630141657111061
Binary100001101110110111001101100111010111110011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867673; }

 p { color: rgb(134,118,115); }

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

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

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

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

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

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

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