Html Css Color HEX #96706F Bazaar

📋 copy color: '#96706F'

red 150 ◦ green 112 ◦ blue 111

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

Shades of Bazaar #96706F

Tints of Bazaar #96706F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.03%

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

R = 40.21%
G = 30.03%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#96706F (or 0x96706F) is known color: Bazaar. HEX triplet: 96, 70 and 6F. RGB value is (150,112,111). Sum of RGB (Red+Green+Blue) = 150+112+111=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 150 - color contains mainly: red. Hex color #96706F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96706F is #698F90. Grayscale: #7B7B7B. Windows color (decimal): -6918033 or 7303318. OLE color: 7303318.

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

Color convert

RGB 150 112 111 -
CMYK 0 0.25 0.26 0.41
HSL 1.54º 0.16% 0.51% -
HSV(B) 1.54º 0.26% 0.59% -
XYZ 21.24 19.22 17.63 -
YUV 123.25 121.09 147.08 -
System Red Green Blue C M Y K H S L
Decimal 150 112 111 0 0.25 0.26 0.41 1.54 0.16 0.51
Hex 96 70 6F 0 19 1A 29 2 10 33
Octal 226 160 157 0 31 32 51 2 20 63
Binary 10010110 1110000 1101111 0 11001 11010 101001 10 10000 110011

Color Harmonies of #96706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96706F

Black with #96706F

Text Example


Text Example

White with #96706F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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