#997A51

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

Shades of Muesli #997A51

Tints of Muesli #997A51

Color information

#997A51 (or 0x997A51) is unknown color: approx Muesli. HEX triplet: 99, 7A and 51. RGB value is (153,122,81). Sum of RGB (Red+Green+Blue) = 153+122+81=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 81 (32.03% from 255 or 22.75% from 356); Max value from RGB is 153 - color contains mainly: red. Hex color #997A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997A51 is #6685AE. Grayscale: #7E7E7E. Windows color (decimal): -6718895 or 5339801. OLE color: 5339801.

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

Color convert

RGB15312281-
CMYK00.200.470.4
HSL34.17º30.77%45.88%-
HSV(B)34.17º47.06%60%-
XYZ21.5821.2910.76-
YUV126.59102.27146.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.98%
GREEN value IS 122 (48.05% from 255) = 34.27%
BLUE value IS 81 (32.03% from 255) = 22.75%
R=42.98%
G=34.27%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.47
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531228100.200.470.434.1730.7745.88
Hex997A510142F28221f2e
Octal2311721210245750423756
Binary100110011111010101000101010010111110100010001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,122,81); }

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

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

 a { background-color: rgb(153,122,81); }

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

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

 span { border-color: rgb(153,122,81); }

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