#998158

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

Shades of Muesli #998158

Tints of Muesli #998158

Color information

#998158 (or 0x998158) is unknown color: approx Muesli. HEX triplet: 99, 81 and 58. RGB value is (153,129,88). Sum of RGB (Red+Green+Blue) = 153+129+88=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 88 (34.77% from 255 or 23.78% from 370); Max value from RGB is 153 - color contains mainly: red. Hex color #998158 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998158 is #667EA7. Grayscale: #838383. Windows color (decimal): -6717096 or 5800345. OLE color: 5800345.

HSL color Cylindrical-coordinate representation of color #998158: hue angle of 37.85º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #998158 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB15312988-
CMYK00.160.420.4
HSL37.85º26.97%47.25%-
HSV(B)37.85º42.48%60%-
XYZ22.7523.1812.51-
YUV131.5103.45143.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.35%
GREEN value IS 129 (50.78% from 255) = 34.86%
BLUE value IS 88 (34.77% from 255) = 23.78%
R=41.35%
G=34.86%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531298800.160.420.437.8526.9747.25
Hex9981580102A28261b2f
Octal2312011300205250463357
Binary1001100110000001101100001000010101010100010011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998158; }

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

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

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

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

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

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

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

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