#98865B

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

Shades of Muesli #98865B

Tints of Muesli #98865B

Color information

#98865B (or 0x98865B) is unknown color: approx Muesli. HEX triplet: 98, 86 and 5B. RGB value is (152,134,91). Sum of RGB (Red+Green+Blue) = 152+134+91=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 152 - color contains mainly: red. Hex color #98865B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98865B is #6779A4. Grayscale: #868686. Windows color (decimal): -6781349 or 5998232. OLE color: 5998232.

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

Color convert

RGB15213491-
CMYK00.120.400.40
HSL42.3º25.1%47.65%-
HSV(B)42.3º40.13%59.61%-
XYZ23.3624.4813.39-
YUV134.48103.46140.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.32%
GREEN value IS 134 (52.73% from 255) = 35.54%
BLUE value IS 91 (35.94% from 255) = 24.14%
R=40.32%
G=35.54%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521349100.120.400.4042.325.147.65
Hex98865B0C28282a1930
Octal2302061330145050523160
Binary100110001000011010110110110010100010100010101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98865B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,134,91); }

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

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

 a { background-color: rgb(152,134,91); }

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

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

 span { border-color: rgb(152,134,91); }

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