#998159

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

Shades of Muesli #998159

Tints of Muesli #998159

Color information

#998159 (or 0x998159) is unknown color: approx Muesli. HEX triplet: 99, 81 and 59. RGB value is (153,129,89). Sum of RGB (Red+Green+Blue) = 153+129+89=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 89 (35.16% from 255 or 23.99% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #998159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998159 is #667EA6. Grayscale: #838383. Windows color (decimal): -6717095 or 5865881. OLE color: 5865881.

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

Color convert

RGB15312989-
CMYK00.160.420.4
HSL37.5º26.45%47.45%-
HSV(B)37.5º41.83%60%-
XYZ22.7923.1912.73-
YUV131.62103.95143.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.24%
GREEN value IS 129 (50.78% from 255) = 34.77%
BLUE value IS 89 (35.16% from 255) = 23.99%
R=41.24%
G=34.77%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531298900.160.420.437.526.4547.45
Hex9981590102A28261a2f
Octal2312011310205250463257
Binary1001100110000001101100101000010101010100010011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998159; }

 p { color: rgb(153,129,89); }

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

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

 a { background-color: rgb(153,129,89); }

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

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

 span { border-color: rgb(153,129,89); }

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