Html Css Color HEX #9B794F Muesli

📋 copy color: '#9B794F'

red 155 ◦ green 121 ◦ blue 79

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

Shades of Muesli #9B794F

Tints of Muesli #9B794F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.08%

 BLUE value IS 79 (31.25% from 255) = 22.25%

R = 43.66%
G = 34.08%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#9B794F (or 0x9B794F) is known color: Muesli. HEX triplet: 9B, 79 and 4F. RGB value is (155,121,79). Sum of RGB (Red+Green+Blue) = 155+121+79=355 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.66% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 155 - color contains mainly: red. Hex color #9B794F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B794F is #6486B0. Grayscale: #7E7E7E. Windows color (decimal): -6588081 or 5208475. OLE color: 5208475.

HSL color Cylindrical-coordinate representation of color #9B794F: hue angle of 33.16º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9B794F is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 121 79 -
CMYK 0 0.22 0.49 0.39
HSL 33.16º 0.32% 0.46% -
HSV(B) 33.16º 0.49% 0.61% -
XYZ 21.77 21.21 10.34 -
YUV 126.38 101.26 148.42 -
System Red Green Blue C M Y K H S L
Decimal 155 121 79 0 0.22 0.49 0.39 33.16 0.32 0.46
Hex 9B 79 4F 0 16 31 27 21 20 2E
Octal 233 171 117 0 26 61 47 41 40 56
Binary 10011011 1111001 1001111 0 10110 110001 100111 100001 100000 101110

Color Harmonies of #9B794F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B794F

Black with #9B794F

Text Example


Text Example

White with #9B794F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,121,79); }

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

background-color css

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

 a { background-color: rgb(155,121,79); }

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

border-color css

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

 span { border-color: rgb(155,121,79); }

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