Html Css Color HEX #997571 Bazaar

📋 copy color: '#997571'

red 153 ◦ green 117 ◦ blue 113

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

Shades of Bazaar #997571

Tints of Bazaar #997571

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.55%

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

R = 39.95%
G = 30.55%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#997571 (or 0x997571) is known color: Bazaar. HEX triplet: 99, 75 and 71. RGB value is (153,117,113). Sum of RGB (Red+Green+Blue) = 153+117+113=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 113 (44.53% from 255 or 29.50% from 383); Max value from RGB is 153 - color contains mainly: red. Hex color #997571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997571 is #668A8E. Grayscale: #7F7F7F. Windows color (decimal): -6720143 or 7435673. OLE color: 7435673.

HSL color Cylindrical-coordinate representation of color #997571: hue angle of 6º 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 #997571 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 117 113 -
CMYK 0 0.24 0.26 0.4
HSL 0.16% 0.52% -
HSV(B) 0.26% 0.6% -
XYZ 22.48 20.69 18.43 -
YUV 127.31 119.93 146.33 -
System Red Green Blue C M Y K H S L
Decimal 153 117 113 0 0.24 0.26 0.4 6 0.16 0.52
Hex 99 75 71 0 18 1A 28 6 10 34
Octal 231 165 161 0 30 32 50 6 20 64
Binary 10011001 1110101 1110001 0 11000 11010 101000 110 10000 110100

Color Harmonies of #997571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997571

Black with #997571

Text Example


Text Example

White with #997571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997571; }

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

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

background-color css

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

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

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

border-color css

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

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

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