#998256

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

Shades of Muesli #998256

Tints of Muesli #998256

Color information

#998256 (or 0x998256) is unknown color: approx Muesli. HEX triplet: 99, 82 and 56. RGB value is (153,130,86). Sum of RGB (Red+Green+Blue) = 153+130+86=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 153 - color contains mainly: red. Hex color #998256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998256 is #667DA9. Grayscale: #848484. Windows color (decimal): -6716842 or 5669529. OLE color: 5669529.

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

Color convert

RGB15313086-
CMYK00.150.440.4
HSL39.4º28.03%46.86%-
HSV(B)39.4º43.79%60%-
XYZ22.823.4112.12-
YUV131.86102.12143.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.46%
GREEN value IS 130 (51.17% from 255) = 35.23%
BLUE value IS 86 (33.98% from 255) = 23.31%
R=41.46%
G=35.23%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531308600.150.440.439.428.0346.86
Hex9982560F2C28271c2f
Octal2312021260175450473457
Binary100110011000001010101100111110110010100010011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998256; }

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

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

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

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

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

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

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

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