#99864D

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

Shades of Muesli #99864D

Tints of Muesli #99864D

Color information

#99864D (or 0x99864D) is unknown color: approx Muesli. HEX triplet: 99, 86 and 4D. RGB value is (153,134,77). Sum of RGB (Red+Green+Blue) = 153+134+77=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 134 (52.73% from 255 or 36.81% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 153 - color contains mainly: red. Hex color #99864D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99864D is #6679B2. Grayscale: #858585. Windows color (decimal): -6715827 or 5080729. OLE color: 5080729.

HSL color Cylindrical-coordinate representation of color #99864D: hue angle of 45º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #99864D is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB15313477-
CMYK00.120.500.4
HSL45º33.04%45.1%-
HSV(B)45º49.67%60%-
XYZ2324.3610.51-
YUV133.1896.29142.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.03%
GREEN value IS 134 (52.73% from 255) = 36.81%
BLUE value IS 77 (30.47% from 255) = 21.15%
R=42.03%
G=36.81%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531347700.120.500.44533.0445.1
Hex99864D0C32282d212d
Octal2312061150146250554155
Binary1001100110000110100110101100110010101000101101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99864D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99864D; }

 p { color: rgb(153,134,77); }

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

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

 a { background-color: rgb(153,134,77); }

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

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

 span { border-color: rgb(153,134,77); }

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