#998355

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

Shades of Muesli #998355

Tints of Muesli #998355

Color information

#998355 (or 0x998355) is unknown color: approx Muesli. HEX triplet: 99, 83 and 55. RGB value is (153,131,85). Sum of RGB (Red+Green+Blue) = 153+131+85=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 153 - color contains mainly: red. Hex color #998355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998355 is #667CAA. Grayscale: #848484. Windows color (decimal): -6716587 or 5604249. OLE color: 5604249.

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

Color convert

RGB15313185-
CMYK00.140.440.4
HSL40.59º28.57%46.67%-
HSV(B)40.59º44.44%60%-
XYZ22.8923.6611.95-
YUV132.33101.29142.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.46%
GREEN value IS 131 (51.56% from 255) = 35.50%
BLUE value IS 85 (33.59% from 255) = 23.04%
R=41.46%
G=35.50%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531318500.140.440.440.5928.5746.67
Hex9983550E2C28291d2f
Octal2312031250165450513557
Binary100110011000001110101010111010110010100010100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998355; }

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

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

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

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

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

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

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

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