#997F55

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

Shades of Muesli #997F55

Tints of Muesli #997F55

Color information

#997F55 (or 0x997F55) is unknown color: approx Muesli. HEX triplet: 99, 7F and 55. RGB value is (153,127,85). Sum of RGB (Red+Green+Blue) = 153+127+85=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #997F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997F55 is #6680AA. Grayscale: #828282. Windows color (decimal): -6717611 or 5603225. OLE color: 5603225.

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

Color convert

RGB15312785-
CMYK00.170.440.4
HSL37.06º28.57%46.67%-
HSV(B)37.06º44.44%60%-
XYZ22.3722.6111.78-
YUV129.99102.61144.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.92%
GREEN value IS 127 (50% from 255) = 34.79%
BLUE value IS 85 (33.59% from 255) = 23.29%
R=41.92%
G=34.79%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531278500.170.440.437.0628.5746.67
Hex997F550112C28251d2f
Octal2311771250215450453557
Binary100110011111111101010101000110110010100010010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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