Html Css Color HEX #96716E Bazaar

📋 copy color: '#96716E'

red 150 ◦ green 113 ◦ blue 110

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

Shades of Bazaar #96716E

Tints of Bazaar #96716E

RGB

 RED value IS 150 (58.98% from 255) = 40.21%

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

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

R = 40.21%
G = 30.29%
B = 29.49%

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

#96716E (or 0x96716E) is known color: Bazaar. HEX triplet: 96, 71 and 6E. RGB value is (150,113,110). Sum of RGB (Red+Green+Blue) = 150+113+110=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 150 - color contains mainly: red. Hex color #96716E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96716E is #698E91. Grayscale: #7B7B7B. Windows color (decimal): -6917778 or 7238038. OLE color: 7238038.

HSL color Cylindrical-coordinate representation of color #96716E: hue angle of 4.5º 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 #96716E is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 113 110 -
CMYK 0 0.25 0.27 0.41
HSL 4.5º 0.16% 0.51% -
HSV(B) 4.5º 0.27% 0.59% -
XYZ 21.3 19.42 17.38 -
YUV 123.72 120.26 146.74 -
System Red Green Blue C M Y K H S L
Decimal 150 113 110 0 0.25 0.27 0.41 4.5 0.16 0.51
Hex 96 71 6E 0 19 1B 29 4 10 33
Octal 226 161 156 0 31 33 51 4 20 63
Binary 10010110 1110001 1101110 0 11001 11011 101001 100 10000 110011

Color Harmonies of #96716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96716E

Black with #96716E

Text Example


Text Example

White with #96716E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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