#99855B

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

Shades of Muesli #99855B

Tints of Muesli #99855B

Color information

#99855B (or 0x99855B) is unknown color: approx Muesli. HEX triplet: 99, 85 and 5B. RGB value is (153,133,91). Sum of RGB (Red+Green+Blue) = 153+133+91=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 153 - color contains mainly: red. Hex color #99855B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99855B is #667AA4. Grayscale: #868686. Windows color (decimal): -6716069 or 5997977. OLE color: 5997977.

HSL color Cylindrical-coordinate representation of color #99855B: hue angle of 40.65º 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 #99855B is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB15313391-
CMYK00.130.410.4
HSL40.65º25.41%47.84%-
HSV(B)40.65º40.52%60%-
XYZ23.4124.313.35-
YUV134.19103.63141.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.58%
GREEN value IS 133 (52.34% from 255) = 35.28%
BLUE value IS 91 (35.94% from 255) = 24.14%
R=40.58%
G=35.28%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531339100.130.410.440.6525.4147.84
Hex99855B0D2928291930
Octal2312051330155150513160
Binary100110011000010110110110110110100110100010100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99855B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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