#988655

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

Shades of Muesli #988655

Tints of Muesli #988655

Color information

#988655 (or 0x988655) is unknown color: approx Muesli. HEX triplet: 98, 86 and 55. RGB value is (152,134,85). Sum of RGB (Red+Green+Blue) = 152+134+85=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #988655 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988655 is #6779AA. Grayscale: #868686. Windows color (decimal): -6781355 or 5605016. OLE color: 5605016.

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

Color convert

RGB15213485-
CMYK00.120.440.40
HSL43.88º28.27%46.47%-
HSV(B)43.88º44.08%59.61%-
XYZ23.1124.3812.08-
YUV133.8100.46140.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.97%
GREEN value IS 134 (52.73% from 255) = 36.12%
BLUE value IS 85 (33.59% from 255) = 22.91%
R=40.97%
G=36.12%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521348500.120.440.4043.8828.2746.47
Hex9886550C2C282c1c2e
Octal2302061250145450543456
Binary100110001000011010101010110010110010100010110011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988655; }

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

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

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

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

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

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

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

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