#9A865A

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

Shades of Muesli #9A865A

Tints of Muesli #9A865A

Color information

#9A865A (or 0x9A865A) is unknown color: approx Muesli. HEX triplet: 9A, 86 and 5A. RGB value is (154,134,90). Sum of RGB (Red+Green+Blue) = 154+134+90=378 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.74% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 90 (35.55% from 255 or 23.81% from 378); Max value from RGB is 154 - color contains mainly: red. Hex color #9A865A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A865A is #6579A5. Grayscale: #878787. Windows color (decimal): -6650278 or 5932698. OLE color: 5932698.

HSL color Cylindrical-coordinate representation of color #9A865A: hue angle of 41.25º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A865A is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB15413490-
CMYK00.130.420.40
HSL41.25º26.23%47.84%-
HSV(B)41.25º41.56%60.39%-
XYZ23.724.6613.18-
YUV134.96102.63141.58-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.74%
GREEN value IS 134 (52.73% from 255) = 35.45%
BLUE value IS 90 (35.55% from 255) = 23.81%
R=40.74%
G=35.45%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541349000.130.420.4041.2526.2347.84
Hex9A865A0D2A28291a30
Octal2322061320155250513260
Binary100110101000011010110100110110101010100010100111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A865A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,134,90); }

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

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

 a { background-color: rgb(154,134,90); }

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

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

 span { border-color: rgb(154,134,90); }

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