#99845B

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

Shades of Muesli #99845B

Tints of Muesli #99845B

Color information

#99845B (or 0x99845B) is unknown color: approx Muesli. HEX triplet: 99, 84 and 5B. RGB value is (153,132,91). Sum of RGB (Red+Green+Blue) = 153+132+91=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 153 - color contains mainly: red. Hex color #99845B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99845B is #667BA4. Grayscale: #858585. Windows color (decimal): -6716325 or 5997721. OLE color: 5997721.

HSL color Cylindrical-coordinate representation of color #99845B: hue angle of 39.68º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #99845B is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB15313291-
CMYK00.140.410.4
HSL39.68º25.41%47.84%-
HSV(B)39.68º40.52%60%-
XYZ23.2824.0313.31-
YUV133.6103.96141.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.69%
GREEN value IS 132 (51.95% from 255) = 35.11%
BLUE value IS 91 (35.94% from 255) = 24.20%
R=40.69%
G=35.11%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531329100.140.410.439.6825.4147.84
Hex99845B0E2928281930
Octal2312041330165150503160
Binary100110011000010010110110111010100110100010100011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99845B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99845B; }

 p { color: rgb(153,132,91); }

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

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

 a { background-color: rgb(153,132,91); }

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

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

 span { border-color: rgb(153,132,91); }

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