#998151

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

Shades of Muesli #998151

Tints of Muesli #998151

Color information

#998151 (or 0x998151) is unknown color: approx Muesli. HEX triplet: 99, 81 and 51. RGB value is (153,129,81). Sum of RGB (Red+Green+Blue) = 153+129+81=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 81 (32.03% from 255 or 22.31% from 363); Max value from RGB is 153 - color contains mainly: red. Hex color #998151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998151 is #667EAE. Grayscale: #828282. Windows color (decimal): -6717103 or 5341593. OLE color: 5341593.

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

Color convert

RGB15312981-
CMYK00.160.470.4
HSL40º30.77%45.88%-
HSV(B)40º47.06%60%-
XYZ22.4723.0711.05-
YUV130.799.95143.9-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.15%
GREEN value IS 129 (50.78% from 255) = 35.54%
BLUE value IS 81 (32.03% from 255) = 22.31%
R=42.15%
G=35.54%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531298100.160.470.44030.7745.88
Hex9981510102F28281f2e
Octal2312011210205750503756
Binary1001100110000001101000101000010111110100010100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998151; }

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

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

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

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

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

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

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

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