Html Css Color HEX #997270 Bazaar

📋 copy color: '#997270'

red 153 ◦ green 114 ◦ blue 112

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

Shades of Bazaar #997270

Tints of Bazaar #997270

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.08%

 BLUE value IS 112 (44.14% from 255) = 29.55%

R = 40.37%
G = 30.08%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#997270 (or 0x997270) is known color: Bazaar. HEX triplet: 99, 72 and 70. RGB value is (153,114,112). Sum of RGB (Red+Green+Blue) = 153+114+112=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #997270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997270 is #668D8F. Grayscale: #7D7D7D. Windows color (decimal): -6720912 or 7369369. OLE color: 7369369.

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

Color convert

RGB 153 114 112 -
CMYK 0 0.25 0.27 0.4
HSL 2.93º 0.17% 0.52% -
HSV(B) 2.93º 0.27% 0.6% -
XYZ 22.08 19.98 18.02 -
YUV 125.43 120.42 147.66 -
System Red Green Blue C M Y K H S L
Decimal 153 114 112 0 0.25 0.27 0.4 2.93 0.17 0.52
Hex 99 72 70 0 19 1B 28 3 11 34
Octal 231 162 160 0 31 33 50 3 21 64
Binary 10011001 1110010 1110000 0 11001 11011 101000 11 10001 110100

Color Harmonies of #997270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997270

Black with #997270

Text Example


Text Example

White with #997270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997270; }

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

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

background-color css

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

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

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

border-color css

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

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

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