Html Css Color HEX #9A736F Bazaar

📋 copy color: '#9A736F'

red 154 ◦ green 115 ◦ blue 111

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

Shades of Bazaar #9A736F

Tints of Bazaar #9A736F

RGB

 RED value IS 154 (60.55% from 255) = 40.53%

 GREEN value IS 115 (45.31% from 255) = 30.26%

 BLUE value IS 111 (43.75% from 255) = 29.21%

R = 40.53%
G = 30.26%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#9A736F (or 0x9A736F) is known color: Bazaar. HEX triplet: 9A, 73 and 6F. RGB value is (154,115,111). Sum of RGB (Red+Green+Blue) = 154+115+111=380 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.53% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 154 - color contains mainly: red. Hex color #9A736F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A736F is #658C90. Grayscale: #7E7E7E. Windows color (decimal): -6655121 or 7304090. OLE color: 7304090.

HSL color Cylindrical-coordinate representation of color #9A736F: hue angle of 5.58º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9A736F is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 115 111 -
CMYK 0 0.25 0.28 0.40
HSL 5.58º 0.18% 0.52% -
HSV(B) 5.58º 0.28% 0.6% -
XYZ 22.33 20.28 17.78 -
YUV 126.21 119.42 147.83 -
System Red Green Blue C M Y K H S L
Decimal 154 115 111 0 0.25 0.28 0.40 5.58 0.18 0.52
Hex 9A 73 6F 0 19 1C 28 6 12 34
Octal 232 163 157 0 31 34 50 6 22 64
Binary 10011010 1110011 1101111 0 11001 11100 101000 110 10010 110100

Color Harmonies of #9A736F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A736F

Black with #9A736F

Text Example


Text Example

White with #9A736F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A736F; }

 p { color: rgb(154,115,111); }

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

background-color css

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

 a { background-color: rgb(154,115,111); }

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

border-color css

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

 span { border-color: rgb(154,115,111); }

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