#997D3F

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

Shades of Muesli #997D3F

Tints of Muesli #997D3F

Color information

#997D3F (or 0x997D3F) is unknown color: approx Muesli. HEX triplet: 99, 7D and 3F. RGB value is (153,125,63). Sum of RGB (Red+Green+Blue) = 153+125+63=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #997D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997D3F is #6682C0. Grayscale: #7E7E7E. Windows color (decimal): -6718145 or 4160921. OLE color: 4160921.

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

Color convert

RGB15312563-
CMYK00.180.590.4
HSL41.33º41.67%42.35%-
HSV(B)41.33º58.82%60%-
XYZ21.3721.87.78-
YUV126.392.28147.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.87%
GREEN value IS 125 (49.22% from 255) = 36.66%
BLUE value IS 63 (25% from 255) = 18.48%
R=44.87%
G=36.66%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531256300.180.590.441.3341.6742.35
Hex997D3F0123B28292a2a
Octal231175770227350515252
Binary100110011111101111111010010111011101000101001101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,125,63); }

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

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

 a { background-color: rgb(153,125,63); }

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

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

 span { border-color: rgb(153,125,63); }

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