Html Css Color HEX #997371 Bazaar

📋 copy color: '#997371'

red 153 ◦ green 115 ◦ blue 113

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

Shades of Bazaar #997371

Tints of Bazaar #997371

RGB

 RED value IS 153 (60.16% from 255) = 40.16%

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

 BLUE value IS 113 (44.53% from 255) = 29.66%

R = 40.16%
G = 30.18%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#997371 (or 0x997371) is known color: Bazaar. HEX triplet: 99, 73 and 71. RGB value is (153,115,113). Sum of RGB (Red+Green+Blue) = 153+115+113=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 113 (44.53% from 255 or 29.66% from 381); Max value from RGB is 153 - color contains mainly: red. Hex color #997371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997371 is #668C8E. Grayscale: #7E7E7E. Windows color (decimal): -6720655 or 7435161. OLE color: 7435161.

HSL color Cylindrical-coordinate representation of color #997371: hue angle of 3º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #997371 is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 115 113 -
CMYK 0 0.25 0.26 0.4
HSL 0.16% 0.52% -
HSV(B) 0.26% 0.6% -
XYZ 22.25 20.23 18.35 -
YUV 126.13 120.59 147.16 -
System Red Green Blue C M Y K H S L
Decimal 153 115 113 0 0.25 0.26 0.4 3 0.16 0.52
Hex 99 73 71 0 19 1A 28 3 10 34
Octal 231 163 161 0 31 32 50 3 20 64
Binary 10011001 1110011 1110001 0 11001 11010 101000 11 10000 110100

Color Harmonies of #997371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997371

Black with #997371

Text Example


Text Example

White with #997371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997371; }

 p { color: rgb(153,115,113); }

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

background-color css

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

 a { background-color: rgb(153,115,113); }

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

border-color css

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

 span { border-color: rgb(153,115,113); }

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