#99865D

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

Shades of Muesli #99865D

Tints of Muesli #99865D

Color information

#99865D (or 0x99865D) is unknown color: approx Muesli. HEX triplet: 99, 86 and 5D. RGB value is (153,134,93). Sum of RGB (Red+Green+Blue) = 153+134+93=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 153 - color contains mainly: red. Hex color #99865D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99865D is #6679A2. Grayscale: #878787. Windows color (decimal): -6715811 or 6129305. OLE color: 6129305.

HSL color Cylindrical-coordinate representation of color #99865D: hue angle of 41º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99865D is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB15313493-
CMYK00.120.390.4
HSL41º24.39%48.24%-
HSV(B)41º39.22%60%-
XYZ23.6424.6113.86-
YUV135.01104.29140.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.26%
GREEN value IS 134 (52.73% from 255) = 35.26%
BLUE value IS 93 (36.72% from 255) = 24.47%
R=40.26%
G=35.26%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531349300.120.390.44124.3948.24
Hex99865D0C2728291830
Octal2312061350144750513060
Binary100110011000011010111010110010011110100010100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99865D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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