#9C8650

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

Shades of Muesli #9C8650

Tints of Muesli #9C8650

Color information

#9C8650 (or 0x9C8650) is unknown color: approx Muesli. HEX triplet: 9C, 86 and 50. RGB value is (156,134,80). Sum of RGB (Red+Green+Blue) = 156+134+80=370 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.16% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8650 is #6379AF. Grayscale: #868686. Windows color (decimal): -6519216 or 5277340. OLE color: 5277340.

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

Color convert

RGB15613480-
CMYK00.140.490.39
HSL42.63º32.2%46.27%-
HSV(B)42.63º48.72%61.18%-
XYZ23.6824.711.11-
YUV134.4297.29143.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.16%
GREEN value IS 134 (52.73% from 255) = 36.22%
BLUE value IS 80 (31.64% from 255) = 21.62%
R=42.16%
G=36.22%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561348000.140.490.3942.6332.246.27
Hex9C86500E31272b202e
Octal2342061200166147534056
Binary1001110010000110101000001110110001100111101011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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