#998155

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

Shades of Muesli #998155

Tints of Muesli #998155

Color information

#998155 (or 0x998155) is unknown color: approx Muesli. HEX triplet: 99, 81 and 55. RGB value is (153,129,85). Sum of RGB (Red+Green+Blue) = 153+129+85=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #998155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998155 is #667EAA. Grayscale: #838383. Windows color (decimal): -6717099 or 5603737. OLE color: 5603737.

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

Color convert

RGB15312985-
CMYK00.160.440.4
HSL38.82º28.57%46.67%-
HSV(B)38.82º44.44%60%-
XYZ22.6323.1311.87-
YUV131.16101.95143.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.69%
GREEN value IS 129 (50.78% from 255) = 35.15%
BLUE value IS 85 (33.59% from 255) = 23.16%
R=41.69%
G=35.15%
B=23.16%

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
Decimal1531298500.160.440.438.8228.5746.67
Hex9981550102C28271d2f
Octal2312011250205450473557
Binary1001100110000001101010101000010110010100010011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998155; }

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

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

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

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

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

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

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

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