#988356

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

Shades of Muesli #988356

Tints of Muesli #988356

Color information

#988356 (or 0x988356) is unknown color: approx Muesli. HEX triplet: 98, 83 and 56. RGB value is (152,131,86). Sum of RGB (Red+Green+Blue) = 152+131+86=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 152 - color contains mainly: red. Hex color #988356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988356 is #677CA9. Grayscale: #848484. Windows color (decimal): -6782122 or 5669784. OLE color: 5669784.

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

Color convert

RGB15213186-
CMYK00.140.430.40
HSL40.91º27.73%46.67%-
HSV(B)40.91º43.42%59.61%-
XYZ22.7423.5812.16-
YUV132.15101.96142.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.19%
GREEN value IS 131 (51.56% from 255) = 35.50%
BLUE value IS 86 (33.98% from 255) = 23.31%
R=41.19%
G=35.50%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521318600.140.430.4040.9127.7346.67
Hex9883560E2B28291c2f
Octal2302031260165350513457
Binary100110001000001110101100111010101110100010100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988356; }

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

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

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

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

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

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

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

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