Html Css Color HEX #9B844E Muesli

📋 copy color: '#9B844E'

red 155 ◦ green 132 ◦ blue 78

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

Shades of Muesli #9B844E

Tints of Muesli #9B844E

RGB

 RED value IS 155 (60.94% from 255) = 42.47%

 GREEN value IS 132 (51.95% from 255) = 36.16%

 BLUE value IS 78 (30.86% from 255) = 21.37%

R = 42.47%
G = 36.16%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.39

RGB Variations

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

Color information

#9B844E (or 0x9B844E) is known color: Muesli. HEX triplet: 9B, 84 and 4E. RGB value is (155,132,78). Sum of RGB (Red+Green+Blue) = 155+132+78=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 155 - color contains mainly: red. Hex color #9B844E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B844E is #647BB1. Grayscale: #848484. Windows color (decimal): -6585266 or 5145755. OLE color: 5145755.

HSL color Cylindrical-coordinate representation of color #9B844E: hue angle of 42.08º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B844E is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 132 78 -
CMYK 0 0.15 0.50 0.39
HSL 42.08º 0.33% 0.46% -
HSV(B) 42.08º 0.5% 0.61% -
XYZ 23.14 24.02 10.62 -
YUV 132.72 97.12 143.89 -
System Red Green Blue C M Y K H S L
Decimal 155 132 78 0 0.15 0.50 0.39 42.08 0.33 0.46
Hex 9B 84 4E 0 F 32 27 2A 21 2E
Octal 233 204 116 0 17 62 47 52 41 56
Binary 10011011 10000100 1001110 0 1111 110010 100111 101010 100001 101110

Color Harmonies of #9B844E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B844E

Black with #9B844E

Text Example


Text Example

White with #9B844E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,132,78); }

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

background-color css

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

 a { background-color: rgb(155,132,78); }

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

border-color css

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

 span { border-color: rgb(155,132,78); }

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