#9D864D

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

Shades of Muesli #9D864D

Tints of Muesli #9D864D

Color information

#9D864D (or 0x9D864D) is unknown color: approx Muesli. HEX triplet: 9D, 86 and 4D. RGB value is (157,134,77). Sum of RGB (Red+Green+Blue) = 157+134+77=368 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.66% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 157 - color contains mainly: red. Hex color #9D864D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D864D is #6279B2. Grayscale: #868686. Windows color (decimal): -6453683 or 5080733. OLE color: 5080733.

HSL color Cylindrical-coordinate representation of color #9D864D: hue angle of 42.75º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9D864D is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB15713477-
CMYK00.150.510.38
HSL42.75º34.19%45.88%-
HSV(B)42.75º50.96%61.57%-
XYZ23.7724.7510.55-
YUV134.3895.62144.13-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.66%
GREEN value IS 134 (52.73% from 255) = 36.41%
BLUE value IS 77 (30.47% from 255) = 20.92%
R=42.66%
G=36.41%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571347700.150.510.3842.7534.1945.88
Hex9D864D0F33262b222e
Octal2352061150176346534256
Binary1001110110000110100110101111110011100110101011100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D864D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,134,77); }

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

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

 a { background-color: rgb(157,134,77); }

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

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

 span { border-color: rgb(157,134,77); }

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