#9F885A

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

Shades of Muesli #9F885A

Tints of Muesli #9F885A

Color information

#9F885A (or 0x9F885A) is unknown color: approx Muesli. HEX triplet: 9F, 88 and 5A. RGB value is (159,136,90). Sum of RGB (Red+Green+Blue) = 159+136+90=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 159 - color contains mainly: red. Hex color #9F885A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F885A is #6077A5. Grayscale: #898989. Windows color (decimal): -6322086 or 5933215. OLE color: 5933215.

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

Color convert

RGB15913690-
CMYK00.140.430.38
HSL40º27.71%48.82%-
HSV(B)40º43.4%62.35%-
XYZ24.9525.7213.32-
YUV137.63101.12143.24-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.30%
GREEN value IS 136 (53.52% from 255) = 35.32%
BLUE value IS 90 (35.55% from 255) = 23.38%
R=41.30%
G=35.32%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591369000.140.430.384027.7148.82
Hex9F885A0E2B26281c31
Octal2372101320165346503461
Binary100111111000100010110100111010101110011010100011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F885A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,136,90); }

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

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

 a { background-color: rgb(159,136,90); }

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

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

 span { border-color: rgb(159,136,90); }

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