Html Css Color HEX #9B895D Muesli

📋 copy color: '#9B895D'

red 155 ◦ green 137 ◦ blue 93

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

Shades of Muesli #9B895D

Tints of Muesli #9B895D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.58%

 BLUE value IS 93 (36.72% from 255) = 24.16%

R = 40.26%
G = 35.58%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.4

 K value IS 0.39

RGB Variations

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

Color information

#9B895D (or 0x9B895D) is known color: Muesli. HEX triplet: 9B, 89 and 5D. RGB value is (155,137,93). Sum of RGB (Red+Green+Blue) = 155+137+93=385 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.26% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 155 - color contains mainly: red. Hex color #9B895D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B895D is #6476A2. Grayscale: #898989. Windows color (decimal): -6583971 or 6130075. OLE color: 6130075.

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

Color convert

RGB 155 137 93 -
CMYK 0 0.12 0.4 0.39
HSL 42.58º 0.25% 0.49% -
HSV(B) 42.58º 0.4% 0.61% -
XYZ 24.44 25.65 14.02 -
YUV 137.37 102.96 140.58 -
System Red Green Blue C M Y K H S L
Decimal 155 137 93 0 0.12 0.4 0.39 42.58 0.25 0.49
Hex 9B 89 5D 0 C 28 27 2B 19 31
Octal 233 211 135 0 14 50 47 53 31 61
Binary 10011011 10001001 1011101 0 1100 101000 100111 101011 11001 110001

Color Harmonies of #9B895D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B895D

Black with #9B895D

Text Example


Text Example

White with #9B895D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,137,93); }

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

background-color css

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

 a { background-color: rgb(155,137,93); }

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

border-color css

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

 span { border-color: rgb(155,137,93); }

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