#99794A

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

Shades of Muesli #99794A

Tints of Muesli #99794A

Color information

#99794A (or 0x99794A) is unknown color: approx Muesli. HEX triplet: 99, 79 and 4A. RGB value is (153,121,74). Sum of RGB (Red+Green+Blue) = 153+121+74=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 153 - color contains mainly: red. Hex color #99794A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99794A is #6686B5. Grayscale: #7D7D7D. Windows color (decimal): -6719158 or 4880793. OLE color: 4880793.

HSL color Cylindrical-coordinate representation of color #99794A: hue angle of 35.7º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #99794A is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB15312174-
CMYK00.210.520.4
HSL35.7º34.8%44.51%-
HSV(B)35.7º51.63%60%-
XYZ21.2120.949.4-
YUV125.2199.1147.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.97%
GREEN value IS 121 (47.66% from 255) = 34.77%
BLUE value IS 74 (29.30% from 255) = 21.26%
R=43.97%
G=34.77%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531217400.210.520.435.734.844.51
Hex99794A015342824232d
Octal2311711120256450444355
Binary1001100111110011001010010101110100101000100100100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99794A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99794A; }

 p { color: rgb(153,121,74); }

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

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

 a { background-color: rgb(153,121,74); }

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

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

 span { border-color: rgb(153,121,74); }

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