#997E56

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

Shades of Muesli #997E56

Tints of Muesli #997E56

Color information

#997E56 (or 0x997E56) is unknown color: approx Muesli. HEX triplet: 99, 7E and 56. RGB value is (153,126,86). Sum of RGB (Red+Green+Blue) = 153+126+86=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #997E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997E56 is #6681A9. Grayscale: #818181. Windows color (decimal): -6717866 or 5668505. OLE color: 5668505.

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

Color convert

RGB15312686-
CMYK00.180.440.4
HSL35.82º28.03%46.86%-
HSV(B)35.82º43.79%60%-
XYZ22.2822.3711.95-
YUV129.51103.45144.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.92%
GREEN value IS 126 (49.61% from 255) = 34.52%
BLUE value IS 86 (33.98% from 255) = 23.56%
R=41.92%
G=34.52%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531268600.180.440.435.8228.0346.86
Hex997E560122C28241c2f
Octal2311761260225450443457
Binary100110011111110101011001001010110010100010010011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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