#997F51

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

Shades of Muesli #997F51

Tints of Muesli #997F51

Color information

#997F51 (or 0x997F51) is unknown color: approx Muesli. HEX triplet: 99, 7F and 51. RGB value is (153,127,81). Sum of RGB (Red+Green+Blue) = 153+127+81=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 81 (32.03% from 255 or 22.44% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #997F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997F51 is #6680AE. Grayscale: #818181. Windows color (decimal): -6717615 or 5341081. OLE color: 5341081.

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

Color convert

RGB15312781-
CMYK00.170.470.4
HSL38.33º30.77%45.88%-
HSV(B)38.33º47.06%60%-
XYZ22.2122.5510.97-
YUV129.53100.61144.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.38%
GREEN value IS 127 (50% from 255) = 35.18%
BLUE value IS 81 (32.03% from 255) = 22.44%
R=42.38%
G=35.18%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531278100.170.470.438.3330.7745.88
Hex997F510112F28261f2e
Octal2311771210215750463756
Binary100110011111111101000101000110111110100010011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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