#9C8855

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

Shades of Muesli #9C8855

Tints of Muesli #9C8855

Color information

#9C8855 (or 0x9C8855) is unknown color: approx Muesli. HEX triplet: 9C, 88 and 55. RGB value is (156,136,85). Sum of RGB (Red+Green+Blue) = 156+136+85=377 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.38% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8855 is #6377AA. Grayscale: #888888. Windows color (decimal): -6518699 or 5605532. OLE color: 5605532.

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

Color convert

RGB15613685-
CMYK00.130.460.39
HSL43.1º29.46%47.25%-
HSV(B)43.1º45.51%61.18%-
XYZ24.1525.3312.21-
YUV136.1799.13142.15-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.38%
GREEN value IS 136 (53.52% from 255) = 36.07%
BLUE value IS 85 (33.59% from 255) = 22.55%
R=41.38%
G=36.07%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561368500.130.460.3943.129.4647.25
Hex9C88550D2E272b1d2f
Octal2342101250155647533557
Binary100111001000100010101010110110111010011110101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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