#9A865B

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

Shades of Muesli #9A865B

Tints of Muesli #9A865B

Color information

#9A865B (or 0x9A865B) is unknown color: approx Muesli. HEX triplet: 9A, 86 and 5B. RGB value is (154,134,91). Sum of RGB (Red+Green+Blue) = 154+134+91=379 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.63% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 154 - color contains mainly: red. Hex color #9A865B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A865B is #6579A4. Grayscale: #878787. Windows color (decimal): -6650277 or 5998234. OLE color: 5998234.

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

Color convert

RGB15413491-
CMYK00.130.410.40
HSL40.95º25.71%48.04%-
HSV(B)40.95º40.91%60.39%-
XYZ23.7424.6813.41-
YUV135.08103.13141.5-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.63%
GREEN value IS 134 (52.73% from 255) = 35.36%
BLUE value IS 91 (35.94% from 255) = 24.01%
R=40.63%
G=35.36%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541349100.130.410.4040.9525.7148.04
Hex9A865B0D2928291a30
Octal2322061330155150513260
Binary100110101000011010110110110110100110100010100111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A865B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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