Html Css Color HEX #9B8649 Muesli

📋 copy color: '#9B8649'

red 155 ◦ green 134 ◦ blue 73

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

Shades of Muesli #9B8649

Tints of Muesli #9B8649

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.02%

 BLUE value IS 73 (28.91% from 255) = 20.17%

R = 42.82%
G = 37.02%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.39

RGB Variations

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

Color information

#9B8649 (or 0x9B8649) is known color: Muesli. HEX triplet: 9B, 86 and 49. RGB value is (155,134,73). Sum of RGB (Red+Green+Blue) = 155+134+73=362 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.82% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 73 (28.91% from 255 or 20.17% from 362); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8649 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8649 is #6479B6. Grayscale: #858585. Windows color (decimal): -6584759 or 4818587. OLE color: 4818587.

HSL color Cylindrical-coordinate representation of color #9B8649: hue angle of 44.63º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9B8649 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 134 73 -
CMYK 0 0.14 0.53 0.39
HSL 44.63º 0.36% 0.45% -
HSV(B) 44.63º 0.53% 0.61% -
XYZ 23.25 24.5 9.81 -
YUV 133.33 93.96 143.46 -
System Red Green Blue C M Y K H S L
Decimal 155 134 73 0 0.14 0.53 0.39 44.63 0.36 0.45
Hex 9B 86 49 0 E 35 27 2D 24 2D
Octal 233 206 111 0 16 65 47 55 44 55
Binary 10011011 10000110 1001001 0 1110 110101 100111 101101 100100 101101

Color Harmonies of #9B8649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8649

Black with #9B8649

Text Example


Text Example

White with #9B8649

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,134,73); }

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

background-color css

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

 a { background-color: rgb(155,134,73); }

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

border-color css

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

 span { border-color: rgb(155,134,73); }

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