Html Css Color HEX #96736F Bazaar

📋 copy color: '#96736F'

red 150 ◦ green 115 ◦ blue 111

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

Shades of Bazaar #96736F

Tints of Bazaar #96736F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.59%

 BLUE value IS 111 (43.75% from 255) = 29.52%

R = 39.89%
G = 30.59%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#96736F (or 0x96736F) is known color: Bazaar. HEX triplet: 96, 73 and 6F. RGB value is (150,115,111). Sum of RGB (Red+Green+Blue) = 150+115+111=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 150 - color contains mainly: red. Hex color #96736F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96736F is #698C90. Grayscale: #7D7D7D. Windows color (decimal): -6917265 or 7304086. OLE color: 7304086.

HSL color Cylindrical-coordinate representation of color #96736F: hue angle of 6.15º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96736F is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 115 111 -
CMYK 0 0.23 0.26 0.41
HSL 6.15º 0.16% 0.51% -
HSV(B) 6.15º 0.26% 0.59% -
XYZ 21.58 19.89 17.74 -
YUV 125.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 150 115 111 0 0.23 0.26 0.41 6.15 0.16 0.51
Hex 96 73 6F 0 17 1A 29 6 10 33
Octal 226 163 157 0 27 32 51 6 20 63
Binary 10010110 1110011 1101111 0 10111 11010 101001 110 10000 110011

Color Harmonies of #96736F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96736F

Black with #96736F

Text Example


Text Example

White with #96736F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96736F; }

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

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

background-color css

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

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

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

border-color css

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

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

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