#998258

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

Shades of Muesli #998258

Tints of Muesli #998258

Color information

#998258 (or 0x998258) is unknown color: approx Muesli. HEX triplet: 99, 82 and 58. RGB value is (153,130,88). Sum of RGB (Red+Green+Blue) = 153+130+88=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #998258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998258 is #667DA7. Grayscale: #848484. Windows color (decimal): -6716840 or 5800601. OLE color: 5800601.

HSL color Cylindrical-coordinate representation of color #998258: hue angle of 38.77º 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 #998258 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB15313088-
CMYK00.150.420.4
HSL38.77º26.97%47.25%-
HSV(B)38.77º42.48%60%-
XYZ22.8823.4412.55-
YUV132.09103.12142.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.24%
GREEN value IS 130 (51.17% from 255) = 35.04%
BLUE value IS 88 (34.77% from 255) = 23.72%
R=41.24%
G=35.04%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531308800.150.420.438.7726.9747.25
Hex9982580F2A28271b2f
Octal2312021300175250473357
Binary100110011000001010110000111110101010100010011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998258; }

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

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

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

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

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

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

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

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