#9B885A

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

Shades of Muesli #9B885A

Tints of Muesli #9B885A

Color information

#9B885A (or 0x9B885A) is unknown color: approx Muesli. HEX triplet: 9B, 88 and 5A. RGB value is (155,136,90). Sum of RGB (Red+Green+Blue) = 155+136+90=381 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.68% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 155 - color contains mainly: red. Hex color #9B885A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B885A is #6477A5. Grayscale: #888888. Windows color (decimal): -6584230 or 5933211. OLE color: 5933211.

HSL color Cylindrical-coordinate representation of color #9B885A: hue angle of 42.46º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9B885A is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB15513690-
CMYK00.120.420.39
HSL42.46º26.53%48.04%-
HSV(B)42.46º41.94%60.78%-
XYZ24.1725.3213.29-
YUV136.44101.79141.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.68%
GREEN value IS 136 (53.52% from 255) = 35.70%
BLUE value IS 90 (35.55% from 255) = 23.62%
R=40.68%
G=35.70%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551369000.120.420.3942.4626.5348.04
Hex9B885A0C2A272a1b30
Octal2332101320145247523360
Binary100110111000100010110100110010101010011110101011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B885A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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