#9C8556

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

Shades of Muesli #9C8556

Tints of Muesli #9C8556

Color information

#9C8556 (or 0x9C8556) is unknown color: approx Muesli. HEX triplet: 9C, 85 and 56. RGB value is (156,133,86). Sum of RGB (Red+Green+Blue) = 156+133+86=375 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.6% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8556 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8556 is #637AA9. Grayscale: #868686. Windows color (decimal): -6519466 or 5670300. OLE color: 5670300.

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

Color convert

RGB15613386-
CMYK00.150.450.39
HSL40.29º28.93%47.45%-
HSV(B)40.29º44.87%61.18%-
XYZ23.7824.5112.28-
YUV134.52100.62143.32-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.6%
GREEN value IS 133 (52.34% from 255) = 35.47%
BLUE value IS 86 (33.98% from 255) = 22.93%
R=41.6%
G=35.47%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561338600.150.450.3940.2928.9347.45
Hex9C85560F2D27281d2f
Octal2342051260175547503557
Binary100111001000010110101100111110110110011110100011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,133,86); }

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

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

 a { background-color: rgb(156,133,86); }

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

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

 span { border-color: rgb(156,133,86); }

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