#9D865B

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

Shades of Muesli #9D865B

Tints of Muesli #9D865B

Color information

#9D865B (or 0x9D865B) is unknown color: approx Muesli. HEX triplet: 9D, 86 and 5B. RGB value is (157,134,91). Sum of RGB (Red+Green+Blue) = 157+134+91=382 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.10% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 157 - color contains mainly: red. Hex color #9D865B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D865B is #6279A4. Grayscale: #888888. Windows color (decimal): -6453669 or 5998237. OLE color: 5998237.

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

Color convert

RGB15713491-
CMYK00.150.420.38
HSL39.09º26.61%48.63%-
HSV(B)39.09º42.04%61.57%-
XYZ24.3224.9713.44-
YUV135.98102.62143-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.10%
GREEN value IS 134 (52.73% from 255) = 35.08%
BLUE value IS 91 (35.94% from 255) = 23.82%
R=41.10%
G=35.08%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571349100.150.420.3839.0926.6148.63
Hex9D865B0F2A26271b31
Octal2352061330175246473361
Binary100111011000011010110110111110101010011010011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D865B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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