#997D56

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

Shades of Muesli #997D56

Tints of Muesli #997D56

Color information

#997D56 (or 0x997D56) is unknown color: approx Muesli. HEX triplet: 99, 7D and 56. RGB value is (153,125,86). Sum of RGB (Red+Green+Blue) = 153+125+86=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 86 (33.98% from 255 or 23.63% from 364); Max value from RGB is 153 - color contains mainly: red. Hex color #997D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997D56 is #6682A9. Grayscale: #818181. Windows color (decimal): -6718122 or 5668249. OLE color: 5668249.

HSL color Cylindrical-coordinate representation of color #997D56: hue angle of 34.93º 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 #997D56 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB15312586-
CMYK00.180.440.4
HSL34.93º28.03%46.86%-
HSV(B)34.93º43.79%60%-
XYZ22.1522.1111.9-
YUV128.93103.78145.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.03%
GREEN value IS 125 (49.22% from 255) = 34.34%
BLUE value IS 86 (33.98% from 255) = 23.63%
R=42.03%
G=34.34%
B=23.63%

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
Decimal1531258600.180.440.434.9328.0346.86
Hex997D560122C28231c2f
Octal2311751260225450433457
Binary100110011111101101011001001010110010100010001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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