#997B55

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

Shades of Muesli #997B55

Tints of Muesli #997B55

Color information

#997B55 (or 0x997B55) is unknown color: approx Muesli. HEX triplet: 99, 7B and 55. RGB value is (153,123,85). Sum of RGB (Red+Green+Blue) = 153+123+85=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #997B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997B55 is #6684AA. Grayscale: #7F7F7F. Windows color (decimal): -6718635 or 5602201. OLE color: 5602201.

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

Color convert

RGB15312385-
CMYK00.200.440.4
HSL33.53º28.57%46.67%-
HSV(B)33.53º44.44%60%-
XYZ21.8621.5911.61-
YUV127.64103.94146.09-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.38%
GREEN value IS 123 (48.44% from 255) = 34.07%
BLUE value IS 85 (33.59% from 255) = 23.55%
R=42.38%
G=34.07%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531238500.200.440.433.5328.5746.67
Hex997B550142C28221d2f
Octal2311731250245450423557
Binary100110011111011101010101010010110010100010001011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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