#9C8046

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

Shades of Muesli #9C8046

Tints of Muesli #9C8046

Color information

#9C8046 (or 0x9C8046) is unknown color: approx Muesli. HEX triplet: 9C, 80 and 46. RGB value is (156,128,70). Sum of RGB (Red+Green+Blue) = 156+128+70=354 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.07% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8046 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8046 is #637FB9. Grayscale: #828282. Windows color (decimal): -6520762 or 4620444. OLE color: 4620444.

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

Color convert

RGB15612870-
CMYK00.180.550.39
HSL40.47º38.05%44.31%-
HSV(B)40.47º55.13%61.18%-
XYZ22.5322.959.04-
YUV129.7694.28146.72-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.07%
GREEN value IS 128 (50.39% from 255) = 36.16%
BLUE value IS 70 (27.73% from 255) = 19.77%
R=44.07%
G=36.16%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561287000.180.550.3940.4738.0544.31
Hex9C8046012372728262c
Octal2342001060226747504654
Binary10011100100000001000110010010110111100111101000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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