Html Css Color HEX #97716E Bazaar

📋 copy color: '#97716E'

red 151 ◦ green 113 ◦ blue 110

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

Shades of Bazaar #97716E

Tints of Bazaar #97716E

RGB

 RED value IS 151 (59.38% from 255) = 40.37%

 GREEN value IS 113 (44.53% from 255) = 30.21%

 BLUE value IS 110 (43.36% from 255) = 29.41%

R = 40.37%
G = 30.21%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#97716E (or 0x97716E) is known color: Bazaar. HEX triplet: 97, 71 and 6E. RGB value is (151,113,110). Sum of RGB (Red+Green+Blue) = 151+113+110=374 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.37% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 151 - color contains mainly: red. Hex color #97716E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97716E is #688E91. Grayscale: #7C7C7C. Windows color (decimal): -6852242 or 7238039. OLE color: 7238039.

HSL color Cylindrical-coordinate representation of color #97716E: hue angle of 4.39º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97716E is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 113 110 -
CMYK 0 0.25 0.27 0.41
HSL 4.39º 0.16% 0.51% -
HSV(B) 4.39º 0.27% 0.59% -
XYZ 21.48 19.52 17.39 -
YUV 124.02 120.09 147.24 -
System Red Green Blue C M Y K H S L
Decimal 151 113 110 0 0.25 0.27 0.41 4.39 0.16 0.51
Hex 97 71 6E 0 19 1B 29 4 10 33
Octal 227 161 156 0 31 33 51 4 20 63
Binary 10010111 1110001 1101110 0 11001 11011 101001 100 10000 110011

Color Harmonies of #97716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97716E

Black with #97716E

Text Example


Text Example

White with #97716E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97716E; }

 p { color: rgb(151,113,110); }

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

background-color css

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

 a { background-color: rgb(151,113,110); }

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

border-color css

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

 span { border-color: rgb(151,113,110); }

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