#9C7642

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

Shades of Muesli #9C7642

Tints of Muesli #9C7642

Color information

#9C7642 (or 0x9C7642) is unknown color: approx Muesli. HEX triplet: 9C, 76 and 42. RGB value is (156,118,66). Sum of RGB (Red+Green+Blue) = 156+118+66=340 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.88% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 66 (26.17% from 255 or 19.41% from 340); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7642 is #6389BD. Grayscale: #7B7B7B. Windows color (decimal): -6523326 or 4355740. OLE color: 4355740.

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

Color convert

RGB15611866-
CMYK00.240.580.39
HSL34.67º40.54%43.53%-
HSV(B)34.67º57.69%61.18%-
XYZ21.1720.427.98-
YUV123.4395.59151.23-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.88%
GREEN value IS 118 (46.48% from 255) = 34.71%
BLUE value IS 66 (26.17% from 255) = 19.41%
R=45.88%
G=34.71%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561186600.240.580.3934.6740.5443.53
Hex9C76420183A2723292c
Octal2341661020307247435154
Binary1001110011101101000010011000111010100111100011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,118,66); }

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

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

 a { background-color: rgb(156,118,66); }

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

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

 span { border-color: rgb(156,118,66); }

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