#967673

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

Shades of Bazaar #967673

Tints of Bazaar #967673

Color information

#967673 (or 0x967673) is unknown color: approx Bazaar. HEX triplet: 96, 76 and 73. RGB value is (150,118,115). Sum of RGB (Red+Green+Blue) = 150+118+115=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 150 - color contains mainly: red. Hex color #967673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967673 is #69898C. Grayscale: #7F7F7F. Windows color (decimal): -6916493 or 7566998. OLE color: 7566998.

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

Color convert

RGB150118115-
CMYK00.210.230.41
HSL5.14º14.29%51.96%-
HSV(B)5.14º23.33%58.82%-
XYZ22.1520.6819.04-
YUV127.23121.1144.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.16%
GREEN value IS 118 (46.48% from 255) = 30.81%
BLUE value IS 115 (45.31% from 255) = 30.03%
R=39.16%
G=30.81%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011811500.210.230.415.1414.2951.96
Hex96767301517295e34
Octal226166163025275151664
Binary1001011011101101110011010101101111010011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967673; }

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

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

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

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

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

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

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

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