#99884F

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

Shades of Muesli #99884F

Tints of Muesli #99884F

Color information

#99884F (or 0x99884F) is unknown color: approx Muesli. HEX triplet: 99, 88 and 4F. RGB value is (153,136,79). Sum of RGB (Red+Green+Blue) = 153+136+79=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 79 (31.25% from 255 or 21.47% from 368); Max value from RGB is 153 - color contains mainly: red. Hex color #99884F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99884F is #6677B0. Grayscale: #868686. Windows color (decimal): -6715313 or 5212313. OLE color: 5212313.

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

Color convert

RGB15313679-
CMYK00.110.480.4
HSL46.22º31.9%45.49%-
HSV(B)46.22º48.37%60%-
XYZ23.3524.9510.98-
YUV134.5896.63141.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.58%
GREEN value IS 136 (53.52% from 255) = 36.96%
BLUE value IS 79 (31.25% from 255) = 21.47%
R=41.58%
G=36.96%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531367900.110.480.446.2231.945.49
Hex99884F0B30282e202d
Octal2312101170136050564055
Binary1001100110001000100111101011110000101000101110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99884F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99884F; }

 p { color: rgb(153,136,79); }

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

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

 a { background-color: rgb(153,136,79); }

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

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

 span { border-color: rgb(153,136,79); }

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