#998055

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

Shades of Muesli #998055

Tints of Muesli #998055

Color information

#998055 (or 0x998055) is unknown color: approx Muesli. HEX triplet: 99, 80 and 55. RGB value is (153,128,85). Sum of RGB (Red+Green+Blue) = 153+128+85=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 153 - color contains mainly: red. Hex color #998055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998055 is #667FAA. Grayscale: #828282. Windows color (decimal): -6717355 or 5603481. OLE color: 5603481.

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

Color convert

RGB15312885-
CMYK00.160.440.4
HSL37.94º28.57%46.67%-
HSV(B)37.94º44.44%60%-
XYZ22.522.8711.82-
YUV130.57102.28144-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.80%
GREEN value IS 128 (50.39% from 255) = 34.97%
BLUE value IS 85 (33.59% from 255) = 23.22%
R=41.80%
G=34.97%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531288500.160.440.437.9428.5746.67
Hex9980550102C28261d2f
Octal2312001250205450463557
Binary1001100110000000101010101000010110010100010011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998055; }

 p { color: rgb(153,128,85); }

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

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

 a { background-color: rgb(153,128,85); }

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

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

 span { border-color: rgb(153,128,85); }

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