#9C8155

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

Shades of Muesli #9C8155

Tints of Muesli #9C8155

Color information

#9C8155 (or 0x9C8155) is unknown color: approx Muesli. HEX triplet: 9C, 81 and 55. RGB value is (156,129,85). Sum of RGB (Red+Green+Blue) = 156+129+85=370 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.16% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 85 (33.59% from 255 or 22.97% from 370); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8155 is #637EAA. Grayscale: #848484. Windows color (decimal): -6520491 or 5603740. OLE color: 5603740.

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

Color convert

RGB15612985-
CMYK00.170.460.39
HSL37.18º29.46%47.25%-
HSV(B)37.18º45.51%61.18%-
XYZ23.223.4211.89-
YUV132.06101.45145.08-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.16%
GREEN value IS 129 (50.78% from 255) = 34.86%
BLUE value IS 85 (33.59% from 255) = 22.97%
R=42.16%
G=34.86%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561298500.170.460.3937.1829.4647.25
Hex9C81550112E27251d2f
Octal2342011250215647453557
Binary1001110010000001101010101000110111010011110010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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