#998051

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

Shades of Muesli #998051

Tints of Muesli #998051

Color information

#998051 (or 0x998051) is unknown color: approx Muesli. HEX triplet: 99, 80 and 51. RGB value is (153,128,81). Sum of RGB (Red+Green+Blue) = 153+128+81=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 81 (32.03% from 255 or 22.38% from 362); Max value from RGB is 153 - color contains mainly: red. Hex color #998051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998051 is #667FAE. Grayscale: #828282. Windows color (decimal): -6717359 or 5341337. OLE color: 5341337.

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

Color convert

RGB15312881-
CMYK00.160.470.4
HSL39.17º30.77%45.88%-
HSV(B)39.17º47.06%60%-
XYZ22.3422.811.01-
YUV130.12100.28144.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.27%
GREEN value IS 128 (50.39% from 255) = 35.36%
BLUE value IS 81 (32.03% from 255) = 22.38%
R=42.27%
G=35.36%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531288100.160.470.439.1730.7745.88
Hex9980510102F28271f2e
Octal2312001210205750473756
Binary1001100110000000101000101000010111110100010011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998051; }

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

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

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

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

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

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

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

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