#9C8652

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

Shades of Muesli #9C8652

Tints of Muesli #9C8652

Color information

#9C8652 (or 0x9C8652) is unknown color: approx Muesli. HEX triplet: 9C, 86 and 52. RGB value is (156,134,82). Sum of RGB (Red+Green+Blue) = 156+134+82=372 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.94% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 82 (32.42% from 255 or 22.04% from 372); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8652 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8652 is #6379AD. Grayscale: #868686. Windows color (decimal): -6519214 or 5408412. OLE color: 5408412.

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

Color convert

RGB15613482-
CMYK00.140.470.39
HSL42.16º31.09%46.67%-
HSV(B)42.16º47.44%61.18%-
XYZ23.7624.7311.5-
YUV134.6598.29143.23-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.94%
GREEN value IS 134 (52.73% from 255) = 36.02%
BLUE value IS 82 (32.42% from 255) = 22.04%
R=41.94%
G=36.02%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561348200.140.470.3942.1631.0946.67
Hex9C86520E2F272a1f2f
Octal2342061220165747523757
Binary100111001000011010100100111010111110011110101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,134,82); }

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

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

 a { background-color: rgb(156,134,82); }

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

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

 span { border-color: rgb(156,134,82); }

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