#998750

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

Shades of Muesli #998750

Tints of Muesli #998750

Color information

#998750 (or 0x998750) is unknown color: approx Muesli. HEX triplet: 99, 87 and 50. RGB value is (153,135,80). Sum of RGB (Red+Green+Blue) = 153+135+80=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 153 - color contains mainly: red. Hex color #998750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998750 is #6678AF. Grayscale: #868686. Windows color (decimal): -6715568 or 5277593. OLE color: 5277593.

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

Color convert

RGB15313580-
CMYK00.120.480.4
HSL45.21º31.33%45.69%-
HSV(B)45.21º47.71%60%-
XYZ23.2524.6811.13-
YUV134.1197.46141.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.58%
GREEN value IS 135 (53.12% from 255) = 36.68%
BLUE value IS 80 (31.64% from 255) = 21.74%
R=41.58%
G=36.68%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531358000.120.480.445.2131.3345.69
Hex9987500C30282d1f2e
Octal2312071200146050553756
Binary100110011000011110100000110011000010100010110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998750; }

 p { color: rgb(153,135,80); }

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

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

 a { background-color: rgb(153,135,80); }

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

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

 span { border-color: rgb(153,135,80); }

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