Html Css Color HEX #967473 Bazaar

📋 copy color: '#967473'

red 150 ◦ green 116 ◦ blue 115

#967473
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bazaar #967473

Tints of Bazaar #967473

RGB

 RED value IS 150 (58.98% from 255) = 39.37%

 GREEN value IS 116 (45.7% from 255) = 30.45%

 BLUE value IS 115 (45.31% from 255) = 30.18%

R = 39.37%
G = 30.45%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#967473 (or 0x967473) is known color: Bazaar. HEX triplet: 96, 74 and 73. RGB value is (150,116,115). Sum of RGB (Red+Green+Blue) = 150+116+115=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 150 - color contains mainly: red. Hex color #967473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967473 is #698B8C. Grayscale: #7E7E7E. Windows color (decimal): -6917005 or 7566486. OLE color: 7566486.

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

Color convert

RGB 150 116 115 -
CMYK 0 0.23 0.23 0.41
HSL 1.71º 0.14% 0.52% -
HSV(B) 1.71º 0.23% 0.59% -
XYZ 21.92 20.21 18.97 -
YUV 126.05 121.76 145.08 -
System Red Green Blue C M Y K H S L
Decimal 150 116 115 0 0.23 0.23 0.41 1.71 0.14 0.52
Hex 96 74 73 0 17 17 29 2 E 34
Octal 226 164 163 0 27 27 51 2 16 64
Binary 10010110 1110100 1110011 0 10111 10111 101001 10 1110 110100

Color Harmonies of #967473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967473

Black with #967473

Text Example


Text Example

White with #967473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967473; }

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

 H1.HeaderClassName
 {
   color: #967473;
 }
 .AnyTagClassName
 {
   color: #967473;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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