#9A8156

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

Shades of Muesli #9A8156

Tints of Muesli #9A8156

Color information

#9A8156 (or 0x9A8156) is unknown color: approx Muesli. HEX triplet: 9A, 81 and 56. RGB value is (154,129,86). Sum of RGB (Red+Green+Blue) = 154+129+86=369 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.73% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8156 is #657EA9. Grayscale: #838383. Windows color (decimal): -6651562 or 5669274. OLE color: 5669274.

HSL color Cylindrical-coordinate representation of color #9A8156: hue angle of 37.94º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A8156 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.40.

Color convert

RGB15412986-
CMYK00.160.440.40
HSL37.94º28.33%47.06%-
HSV(B)37.94º44.16%60.39%-
XYZ22.8623.2412.09-
YUV131.57102.28144-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.73%
GREEN value IS 129 (50.78% from 255) = 34.96%
BLUE value IS 86 (33.98% from 255) = 23.31%
R=41.73%
G=34.96%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541298600.160.440.4037.9428.3347.06
Hex9A81560102C28261c2f
Octal2322011260205450463457
Binary1001101010000001101011001000010110010100010011011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,129,86); }

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

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

 a { background-color: rgb(154,129,86); }

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

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

 span { border-color: rgb(154,129,86); }

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