#9C885E

Color #9C885E Muesli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muesli #9C885E

Tints of Muesli #9C885E

Color information

#9C885E (or 0x9C885E) is unknown color: approx Muesli. HEX triplet: 9C, 88 and 5E. RGB value is (156,136,94). Sum of RGB (Red+Green+Blue) = 156+136+94=386 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.41% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 156 - color contains mainly: red. Hex color #9C885E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C885E is #6377A1. Grayscale: #898989. Windows color (decimal): -6518690 or 6195356. OLE color: 6195356.

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

Color convert

RGB15613694-
CMYK00.130.400.39
HSL40.65º24.8%49.02%-
HSV(B)40.65º39.74%61.18%-
XYZ24.5325.4814.22-
YUV137.19103.63141.42-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.41%
GREEN value IS 136 (53.52% from 255) = 35.23%
BLUE value IS 94 (37.11% from 255) = 24.35%
R=40.41%
G=35.23%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561369400.130.400.3940.6524.849.02
Hex9C885E0D2827291931
Octal2342101360155047513161
Binary100111001000100010111100110110100010011110100111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C885E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,136,94); }

 H1.HeaderClassName
 {
   color: #9C885E;
 }
 .AnyTagClassName
 {
   color: #9C885E;
 }
</style>
background-color css

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

 a { background-color: rgb(156,136,94); }

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

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

 span { border-color: rgb(156,136,94); }

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