#9C8146

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

Shades of Muesli #9C8146

Tints of Muesli #9C8146

Color information

#9C8146 (or 0x9C8146) is unknown color: approx Muesli. HEX triplet: 9C, 81 and 46. RGB value is (156,129,70). Sum of RGB (Red+Green+Blue) = 156+129+70=355 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.94% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8146 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8146 is #637EB9. Grayscale: #828282. Windows color (decimal): -6520506 or 4620700. OLE color: 4620700.

HSL color Cylindrical-coordinate representation of color #9C8146: hue angle of 41.16º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C8146 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB15612970-
CMYK00.170.550.39
HSL41.16º38.05%44.31%-
HSV(B)41.16º55.13%61.18%-
XYZ22.6723.219.08-
YUV130.3593.95146.3-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.94%
GREEN value IS 129 (50.78% from 255) = 36.34%
BLUE value IS 70 (27.73% from 255) = 19.72%
R=43.94%
G=36.34%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561297000.170.550.3941.1638.0544.31
Hex9C8146011372729262c
Octal2342011060216747514654
Binary10011100100000011000110010001110111100111101001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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