#998358

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

Shades of Muesli #998358

Tints of Muesli #998358

Color information

#998358 (or 0x998358) is unknown color: approx Muesli. HEX triplet: 99, 83 and 58. RGB value is (153,131,88). Sum of RGB (Red+Green+Blue) = 153+131+88=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 88 (34.77% from 255 or 23.66% from 372); Max value from RGB is 153 - color contains mainly: red. Hex color #998358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998358 is #667CA7. Grayscale: #848484. Windows color (decimal): -6716584 or 5800857. OLE color: 5800857.

HSL color Cylindrical-coordinate representation of color #998358: hue angle of 39.69º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #998358 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB15313188-
CMYK00.140.420.4
HSL39.69º26.97%47.25%-
HSV(B)39.69º42.48%60%-
XYZ23.0123.7112.6-
YUV132.68102.79142.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.13%
GREEN value IS 131 (51.56% from 255) = 35.22%
BLUE value IS 88 (34.77% from 255) = 23.66%
R=41.13%
G=35.22%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531318800.140.420.439.6926.9747.25
Hex9983580E2A28281b2f
Octal2312031300165250503357
Binary100110011000001110110000111010101010100010100011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998358; }

 p { color: rgb(153,131,88); }

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

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

 a { background-color: rgb(153,131,88); }

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

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

 span { border-color: rgb(153,131,88); }

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