#988556

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

Shades of Muesli #988556

Tints of Muesli #988556

Color information

#988556 (or 0x988556) is unknown color: approx Muesli. HEX triplet: 98, 85 and 56. RGB value is (152,133,86). Sum of RGB (Red+Green+Blue) = 152+133+86=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #988556 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988556 is #677AA9. Grayscale: #858585. Windows color (decimal): -6781610 or 5670296. OLE color: 5670296.

HSL color Cylindrical-coordinate representation of color #988556: hue angle of 42.73º 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 #988556 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.40.

Color convert

RGB15213386-
CMYK00.130.430.40
HSL42.73º27.73%46.67%-
HSV(B)42.73º43.42%59.61%-
XYZ23.0224.1212.25-
YUV133.32101.29141.32-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.97%
GREEN value IS 133 (52.34% from 255) = 35.85%
BLUE value IS 86 (33.98% from 255) = 23.18%
R=40.97%
G=35.85%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521338600.130.430.4042.7327.7346.67
Hex9885560D2B282b1c2f
Octal2302051260155350533457
Binary100110001000010110101100110110101110100010101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988556; }

 p { color: rgb(152,133,86); }

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

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

 a { background-color: rgb(152,133,86); }

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

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

 span { border-color: rgb(152,133,86); }

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