Html Css Color HEX #9B8855 Muesli

📋 copy color: '#9B8855'

red 155 ◦ green 136 ◦ blue 85

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

Shades of Muesli #9B8855

Tints of Muesli #9B8855

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.17%

 BLUE value IS 85 (33.59% from 255) = 22.61%

R = 41.22%
G = 36.17%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#9B8855 (or 0x9B8855) is known color: Muesli. HEX triplet: 9B, 88 and 55. RGB value is (155,136,85). Sum of RGB (Red+Green+Blue) = 155+136+85=376 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.22% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8855 is #6477AA. Grayscale: #888888. Windows color (decimal): -6584235 or 5605531. OLE color: 5605531.

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

Color convert

RGB 155 136 85 -
CMYK 0 0.12 0.45 0.39
HSL 43.71º 0.29% 0.47% -
HSV(B) 43.71º 0.45% 0.61% -
XYZ 23.96 25.23 12.2 -
YUV 135.87 99.29 141.65 -
System Red Green Blue C M Y K H S L
Decimal 155 136 85 0 0.12 0.45 0.39 43.71 0.29 0.47
Hex 9B 88 55 0 C 2D 27 2C 1D 2F
Octal 233 210 125 0 14 55 47 54 35 57
Binary 10011011 10001000 1010101 0 1100 101101 100111 101100 11101 101111

Color Harmonies of #9B8855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8855

Black with #9B8855

Text Example


Text Example

White with #9B8855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,136,85); }

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

background-color css

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

 a { background-color: rgb(155,136,85); }

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

border-color css

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

 span { border-color: rgb(155,136,85); }

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