#9C7D46

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

Shades of Muesli #9C7D46

Tints of Muesli #9C7D46

Color information

#9C7D46 (or 0x9C7D46) is unknown color: approx Muesli. HEX triplet: 9C, 7D and 46. RGB value is (156,125,70). Sum of RGB (Red+Green+Blue) = 156+125+70=351 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.44% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7D46 is #6382B9. Grayscale: #808080. Windows color (decimal): -6521530 or 4619676. OLE color: 4619676.

HSL color Cylindrical-coordinate representation of color #9C7D46: hue angle of 38.37º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C7D46 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB15612570-
CMYK00.200.550.39
HSL38.37º38.05%44.31%-
HSV(B)38.37º55.13%61.18%-
XYZ22.1522.188.91-
YUV12895.27147.97-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.44%
GREEN value IS 125 (49.22% from 255) = 35.61%
BLUE value IS 70 (27.73% from 255) = 19.94%
R=44.44%
G=35.61%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561257000.200.550.3938.3738.0544.31
Hex9C7D46014372726262c
Octal2341751060246747464654
Binary1001110011111011000110010100110111100111100110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,125,70); }

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

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

 a { background-color: rgb(156,125,70); }

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

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

 span { border-color: rgb(156,125,70); }

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