#997D4E

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

Shades of Muesli #997D4E

Tints of Muesli #997D4E

Color information

#997D4E (or 0x997D4E) is unknown color: approx Muesli. HEX triplet: 99, 7D and 4E. RGB value is (153,125,78). Sum of RGB (Red+Green+Blue) = 153+125+78=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 153 - color contains mainly: red. Hex color #997D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997D4E is #6682B1. Grayscale: #808080. Windows color (decimal): -6718130 or 5143961. OLE color: 5143961.

HSL color Cylindrical-coordinate representation of color #997D4E: hue angle of 37.6º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #997D4E is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.4.

Color convert

RGB15312578-
CMYK00.180.490.4
HSL37.6º32.47%45.29%-
HSV(B)37.6º49.02%60%-
XYZ21.8521.9910.3-
YUV128.0199.78145.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.98%
GREEN value IS 125 (49.22% from 255) = 35.11%
BLUE value IS 78 (30.86% from 255) = 21.91%
R=42.98%
G=35.11%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531257800.180.490.437.632.4745.29
Hex997D4E012312826202d
Octal2311751160226150464055
Binary1001100111111011001110010010110001101000100110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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