#9C7C3F

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

Shades of Muesli #9C7C3F

Tints of Muesli #9C7C3F

Color information

#9C7C3F (or 0x9C7C3F) is unknown color: approx Muesli. HEX triplet: 9C, 7C and 3F. RGB value is (156,124,63). Sum of RGB (Red+Green+Blue) = 156+124+63=343 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.48% from 343); Green value is 124 (48.83% from 255 or 36.15% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7C3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7C3F is #6383C0. Grayscale: #7E7E7E. Windows color (decimal): -6521793 or 4160668. OLE color: 4160668.

HSL color Cylindrical-coordinate representation of color #9C7C3F: hue angle of 39.35º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9C7C3F is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.39.

Color convert

RGB15612463-
CMYK00.210.600.39
HSL39.35º42.47%42.94%-
HSV(B)39.35º59.62%61.18%-
XYZ21.8221.847.77-
YUV126.6192.1148.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.48%
GREEN value IS 124 (48.83% from 255) = 36.15%
BLUE value IS 63 (25% from 255) = 18.37%
R=45.48%
G=36.15%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561246300.210.600.3939.3542.4742.94
Hex9C7C3F0153C27272a2b
Octal234174770257447475253
Binary100111001111100111111010101111100100111100111101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,124,63); }

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

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

 a { background-color: rgb(156,124,63); }

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

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

 span { border-color: rgb(156,124,63); }

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