#997C4C

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

Shades of Muesli #997C4C

Tints of Muesli #997C4C

Color information

#997C4C (or 0x997C4C) is unknown color: approx Muesli. HEX triplet: 99, 7C and 4C. RGB value is (153,124,76). Sum of RGB (Red+Green+Blue) = 153+124+76=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #997C4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997C4C is #6683B3. Grayscale: #7F7F7F. Windows color (decimal): -6718388 or 5012633. OLE color: 5012633.

HSL color Cylindrical-coordinate representation of color #997C4C: hue angle of 37.4º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #997C4C is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB15312476-
CMYK00.190.500.4
HSL37.4º33.62%44.9%-
HSV(B)37.4º50.33%60%-
XYZ21.6521.719.89-
YUV127.299.11146.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.34%
GREEN value IS 124 (48.83% from 255) = 35.13%
BLUE value IS 76 (30.08% from 255) = 21.53%
R=43.34%
G=35.13%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531247600.190.500.437.433.6244.9
Hex997C4C013322825222d
Octal2311741140236250454255
Binary1001100111111001001100010011110010101000100101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997C4C; }

 p { color: rgb(153,124,76); }

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

<style>
 a { background-color: #997C4C; }

 a { background-color: rgb(153,124,76); }

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

<style>
 span { border-color: #997C4C; }

 span { border-color: rgb(153,124,76); }

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