#997E5A

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

Shades of Muesli #997E5A

Tints of Muesli #997E5A

Color information

#997E5A (or 0x997E5A) is unknown color: approx Muesli. HEX triplet: 99, 7E and 5A. RGB value is (153,126,90). Sum of RGB (Red+Green+Blue) = 153+126+90=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 126 (49.61% from 255 or 34.15% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 153 - color contains mainly: red. Hex color #997E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997E5A is #6681A5. Grayscale: #828282. Windows color (decimal): -6717862 or 5930649. OLE color: 5930649.

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

Color convert

RGB15312690-
CMYK00.180.410.4
HSL34.29º25.93%47.65%-
HSV(B)34.29º41.18%60%-
XYZ22.4422.4312.82-
YUV129.97105.45144.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.46%
GREEN value IS 126 (49.61% from 255) = 34.15%
BLUE value IS 90 (35.55% from 255) = 24.39%
R=41.46%
G=34.15%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531269000.180.410.434.2925.9347.65
Hex997E5A0122928221a30
Octal2311761320225150423260
Binary100110011111110101101001001010100110100010001011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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