#9C815A

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

Shades of Muesli #9C815A

Tints of Muesli #9C815A

Color information

#9C815A (or 0x9C815A) is unknown color: approx Muesli. HEX triplet: 9C, 81 and 5A. RGB value is (156,129,90). Sum of RGB (Red+Green+Blue) = 156+129+90=375 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.6% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 156 - color contains mainly: red. Hex color #9C815A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C815A is #637EA5. Grayscale: #848484. Windows color (decimal): -6520486 or 5931420. OLE color: 5931420.

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

Color convert

RGB15612990-
CMYK00.170.420.39
HSL35.45º26.83%48.24%-
HSV(B)35.45º42.31%61.18%-
XYZ23.4123.5112.98-
YUV132.63103.95144.67-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.6%
GREEN value IS 129 (50.78% from 255) = 34.4%
BLUE value IS 90 (35.55% from 255) = 24%
R=41.6%
G=34.4%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561299000.170.420.3935.4526.8348.24
Hex9C815A0112A27231b30
Octal2342011320215247433360
Binary1001110010000001101101001000110101010011110001111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C815A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,129,90); }

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

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

 a { background-color: rgb(156,129,90); }

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

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

 span { border-color: rgb(156,129,90); }

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