#997E4E

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

Shades of Muesli #997E4E

Tints of Muesli #997E4E

Color information

#997E4E (or 0x997E4E) is unknown color: approx Muesli. HEX triplet: 99, 7E and 4E. RGB value is (153,126,78). Sum of RGB (Red+Green+Blue) = 153+126+78=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 153 - color contains mainly: red. Hex color #997E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997E4E is #6681B1. Grayscale: #808080. Windows color (decimal): -6717874 or 5144217. OLE color: 5144217.

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

Color convert

RGB15312678-
CMYK00.180.490.4
HSL38.4º32.47%45.29%-
HSV(B)38.4º49.02%60%-
XYZ21.9722.2410.34-
YUV128.699.45145.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.86%
GREEN value IS 126 (49.61% from 255) = 35.29%
BLUE value IS 78 (30.86% from 255) = 21.85%
R=42.86%
G=35.29%
B=21.85%

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
Decimal1531267800.180.490.438.432.4745.29
Hex997E4E012312826202d
Octal2311761160226150464055
Binary1001100111111101001110010010110001101000100110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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