Html Css Color HEX #997672 Bazaar

📋 copy color: '#997672'

red 153 ◦ green 118 ◦ blue 114

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

Shades of Bazaar #997672

Tints of Bazaar #997672

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.65%

 BLUE value IS 114 (44.92% from 255) = 29.61%

R = 39.74%
G = 30.65%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#997672 (or 0x997672) is known color: Bazaar. HEX triplet: 99, 76 and 72. RGB value is (153,118,114). Sum of RGB (Red+Green+Blue) = 153+118+114=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 153 - color contains mainly: red. Hex color #997672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997672 is #66898D. Grayscale: #808080. Windows color (decimal): -6719886 or 7501465. OLE color: 7501465.

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

Color convert

RGB 153 118 114 -
CMYK 0 0.23 0.25 0.4
HSL 6.15º 0.16% 0.52% -
HSV(B) 6.15º 0.25% 0.6% -
XYZ 22.65 20.94 18.77 -
YUV 128.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 153 118 114 0 0.23 0.25 0.4 6.15 0.16 0.52
Hex 99 76 72 0 17 19 28 6 10 34
Octal 231 166 162 0 27 31 50 6 20 64
Binary 10011001 1110110 1110010 0 10111 11001 101000 110 10000 110100

Color Harmonies of #997672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997672

Black with #997672

Text Example


Text Example

White with #997672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997672; }

 p { color: rgb(153,118,114); }

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

background-color css

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

 a { background-color: rgb(153,118,114); }

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

border-color css

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

 span { border-color: rgb(153,118,114); }

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