Html Css Color HEX #9B805B Muesli

📋 copy color: '#9B805B'

red 155 ◦ green 128 ◦ blue 91

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

Shades of Muesli #9B805B

Tints of Muesli #9B805B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.22%

 BLUE value IS 91 (35.94% from 255) = 24.33%

R = 41.44%
G = 34.22%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#9B805B (or 0x9B805B) is known color: Muesli. HEX triplet: 9B, 80 and 5B. RGB value is (155,128,91). Sum of RGB (Red+Green+Blue) = 155+128+91=374 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.44% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 91 (35.94% from 255 or 24.33% from 374); Max value from RGB is 155 - color contains mainly: red. Hex color #9B805B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B805B is #647FA4. Grayscale: #848484. Windows color (decimal): -6586277 or 5996699. OLE color: 5996699.

HSL color Cylindrical-coordinate representation of color #9B805B: hue angle of 34.69º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9B805B is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 128 91 -
CMYK 0 0.17 0.41 0.39
HSL 34.69º 0.26% 0.48% -
HSV(B) 34.69º 0.41% 0.61% -
XYZ 23.13 23.16 13.15 -
YUV 131.86 104.95 144.51 -
System Red Green Blue C M Y K H S L
Decimal 155 128 91 0 0.17 0.41 0.39 34.69 0.26 0.48
Hex 9B 80 5B 0 11 29 27 23 1A 30
Octal 233 200 133 0 21 51 47 43 32 60
Binary 10011011 10000000 1011011 0 10001 101001 100111 100011 11010 110000

Color Harmonies of #9B805B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B805B

Black with #9B805B

Text Example


Text Example

White with #9B805B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,128,91); }

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

background-color css

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

 a { background-color: rgb(155,128,91); }

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

border-color css

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

 span { border-color: rgb(155,128,91); }

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