#998157

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

Shades of Muesli #998157

Tints of Muesli #998157

Color information

#998157 (or 0x998157) is unknown color: approx Muesli. HEX triplet: 99, 81 and 57. RGB value is (153,129,87). Sum of RGB (Red+Green+Blue) = 153+129+87=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 87 (34.38% from 255 or 23.58% from 369); Max value from RGB is 153 - color contains mainly: red. Hex color #998157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998157 is #667EA8. Grayscale: #838383. Windows color (decimal): -6717097 or 5734809. OLE color: 5734809.

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

Color convert

RGB15312987-
CMYK00.160.430.4
HSL38.18º27.5%47.06%-
HSV(B)38.18º43.14%60%-
XYZ22.7123.1612.29-
YUV131.39102.95143.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.46%
GREEN value IS 129 (50.78% from 255) = 34.96%
BLUE value IS 87 (34.38% from 255) = 23.58%
R=41.46%
G=34.96%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531298700.160.430.438.1827.547.06
Hex9981570102B28261c2f
Octal2312011270205350463457
Binary1001100110000001101011101000010101110100010011011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998157; }

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

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

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

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

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

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

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

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