#998856

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

Shades of Muesli #998856

Tints of Muesli #998856

Color information

#998856 (or 0x998856) is unknown color: approx Muesli. HEX triplet: 99, 88 and 56. RGB value is (153,136,86). Sum of RGB (Red+Green+Blue) = 153+136+86=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 153 - color contains mainly: red. Hex color #998856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998856 is #6677A9. Grayscale: #878787. Windows color (decimal): -6715306 or 5671065. OLE color: 5671065.

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

Color convert

RGB15313686-
CMYK00.110.440.4
HSL44.78º28.03%46.86%-
HSV(B)44.78º43.79%60%-
XYZ23.6225.0512.39-
YUV135.38100.13140.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.8%
GREEN value IS 136 (53.52% from 255) = 36.27%
BLUE value IS 86 (33.98% from 255) = 22.93%
R=40.8%
G=36.27%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531368600.110.440.444.7828.0346.86
Hex9988560B2C282d1c2f
Octal2312101260135450553457
Binary100110011000100010101100101110110010100010110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998856; }

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

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

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

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

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

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

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

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