#998451

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

Shades of Muesli #998451

Tints of Muesli #998451

Color information

#998451 (or 0x998451) is unknown color: approx Muesli. HEX triplet: 99, 84 and 51. RGB value is (153,132,81). Sum of RGB (Red+Green+Blue) = 153+132+81=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 81 (32.03% from 255 or 22.13% from 366); Max value from RGB is 153 - color contains mainly: red. Hex color #998451 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998451 is #667BAE. Grayscale: #848484. Windows color (decimal): -6716335 or 5342361. OLE color: 5342361.

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

Color convert

RGB15313281-
CMYK00.140.470.4
HSL42.5º30.77%45.88%-
HSV(B)42.5º47.06%60%-
XYZ22.8723.8711.19-
YUV132.4698.96142.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.80%
GREEN value IS 132 (51.95% from 255) = 36.07%
BLUE value IS 81 (32.03% from 255) = 22.13%
R=41.80%
G=36.07%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531328100.140.470.442.530.7745.88
Hex9984510E2F282b1f2e
Octal2312041210165750533756
Binary100110011000010010100010111010111110100010101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998451; }

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

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

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

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

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

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

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

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