#997E40

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

Shades of Muesli #997E40

Tints of Muesli #997E40

Color information

#997E40 (or 0x997E40) is unknown color: approx Muesli. HEX triplet: 99, 7E and 40. RGB value is (153,126,64). Sum of RGB (Red+Green+Blue) = 153+126+64=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 126 (49.61% from 255 or 36.73% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #997E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997E40 is #6681BF. Grayscale: #7F7F7F. Windows color (decimal): -6717888 or 4226713. OLE color: 4226713.

HSL color Cylindrical-coordinate representation of color #997E40: hue angle of 41.8º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #997E40 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB15312664-
CMYK00.180.580.4
HSL41.8º41.01%42.55%-
HSV(B)41.8º58.17%60%-
XYZ21.5222.067.97-
YUV12792.45146.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.61%
GREEN value IS 126 (49.61% from 255) = 36.73%
BLUE value IS 64 (25.39% from 255) = 18.66%
R=44.61%
G=36.73%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531266400.180.580.441.841.0142.55
Hex997E400123A282a292b
Octal2311761000227250525153
Binary1001100111111101000000010010111010101000101010101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,126,64); }

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

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

 a { background-color: rgb(153,126,64); }

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

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

 span { border-color: rgb(153,126,64); }

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