#9C805B

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

Shades of Muesli #9C805B

Tints of Muesli #9C805B

Color information

#9C805B (or 0x9C805B) is unknown color: approx Muesli. HEX triplet: 9C, 80 and 5B. RGB value is (156,128,91). Sum of RGB (Red+Green+Blue) = 156+128+91=375 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.6% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 156 - color contains mainly: red. Hex color #9C805B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C805B is #637FA4. Grayscale: #848484. Windows color (decimal): -6520741 or 5996700. OLE color: 5996700.

HSL color Cylindrical-coordinate representation of color #9C805B: hue angle of 34.15º degrees, saturation: 0.26, 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 #9C805B is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB15612891-
CMYK00.180.420.39
HSL34.15º26.32%48.43%-
HSV(B)34.15º41.67%61.18%-
XYZ23.3223.2613.16-
YUV132.15104.78145.01-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.6%
GREEN value IS 128 (50.39% from 255) = 34.13%
BLUE value IS 91 (35.94% from 255) = 24.27%
R=41.6%
G=34.13%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561289100.180.420.3934.1526.3248.43
Hex9C805B0122A27221a30
Octal2342001330225247423260
Binary1001110010000000101101101001010101010011110001011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C805B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,128,91); }

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

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

 a { background-color: rgb(156,128,91); }

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

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

 span { border-color: rgb(156,128,91); }

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