#988656

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

Shades of Muesli #988656

Tints of Muesli #988656

Color information

#988656 (or 0x988656) is unknown color: approx Muesli. HEX triplet: 98, 86 and 56. RGB value is (152,134,86). Sum of RGB (Red+Green+Blue) = 152+134+86=372 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.86% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 86 (33.98% from 255 or 23.12% from 372); Max value from RGB is 152 - color contains mainly: red. Hex color #988656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988656 is #6779A9. Grayscale: #868686. Windows color (decimal): -6781354 or 5670552. OLE color: 5670552.

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

Color convert

RGB15213486-
CMYK00.120.430.40
HSL43.64º27.73%46.67%-
HSV(B)43.64º43.42%59.61%-
XYZ23.1524.412.29-
YUV133.91100.96140.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.86%
GREEN value IS 134 (52.73% from 255) = 36.02%
BLUE value IS 86 (33.98% from 255) = 23.12%
R=40.86%
G=36.02%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521348600.120.430.4043.6427.7346.67
Hex9886560C2B282c1c2f
Octal2302061260145350543457
Binary100110001000011010101100110010101110100010110011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988656; }

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

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

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

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

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

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

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

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