Html Css Color HEX #9B885C Muesli

📋 copy color: '#9B885C'

red 155 ◦ green 136 ◦ blue 92

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

Shades of Muesli #9B885C

Tints of Muesli #9B885C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.02%

R = 40.47%
G = 35.51%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#9B885C (or 0x9B885C) is known color: Muesli. HEX triplet: 9B, 88 and 5C. RGB value is (155,136,92). Sum of RGB (Red+Green+Blue) = 155+136+92=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 155 - color contains mainly: red. Hex color #9B885C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B885C is #6477A3. Grayscale: #888888. Windows color (decimal): -6584228 or 6064283. OLE color: 6064283.

HSL color Cylindrical-coordinate representation of color #9B885C: hue angle of 41.9º 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 #9B885C is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 136 92 -
CMYK 0 0.12 0.41 0.39
HSL 41.9º 0.26% 0.48% -
HSV(B) 41.9º 0.41% 0.61% -
XYZ 24.25 25.35 13.74 -
YUV 136.67 102.79 141.08 -
System Red Green Blue C M Y K H S L
Decimal 155 136 92 0 0.12 0.41 0.39 41.9 0.26 0.48
Hex 9B 88 5C 0 C 29 27 2A 1A 30
Octal 233 210 134 0 14 51 47 52 32 60
Binary 10011011 10001000 1011100 0 1100 101001 100111 101010 11010 110000

Color Harmonies of #9B885C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B885C

Black with #9B885C

Text Example


Text Example

White with #9B885C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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