#997742

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

Shades of Muesli #997742

Tints of Muesli #997742

Color information

#997742 (or 0x997742) is unknown color: approx Muesli. HEX triplet: 99, 77 and 42. RGB value is (153,119,66). Sum of RGB (Red+Green+Blue) = 153+119+66=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #997742 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997742 is #6688BD. Grayscale: #7B7B7B. Windows color (decimal): -6719678 or 4355993. OLE color: 4355993.

HSL color Cylindrical-coordinate representation of color #997742: hue angle of 36.55º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #997742 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.4.

Color convert

RGB15311966-
CMYK00.220.570.4
HSL36.55º39.73%42.94%-
HSV(B)36.55º56.86%60%-
XYZ20.7220.367.99-
YUV123.1295.76149.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.27%
GREEN value IS 119 (46.88% from 255) = 35.21%
BLUE value IS 66 (26.17% from 255) = 19.53%
R=45.27%
G=35.21%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531196600.220.570.436.5539.7342.94
Hex997742016392825282b
Octal2311671020267150455053
Binary1001100111101111000010010110111001101000100101101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997742; }

 p { color: rgb(153,119,66); }

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

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

 a { background-color: rgb(153,119,66); }

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

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

 span { border-color: rgb(153,119,66); }

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