#958056

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

Shades of Muesli #958056

Tints of Muesli #958056

Color information

#958056 (or 0x958056) is unknown color: approx Muesli. HEX triplet: 95, 80 and 56. RGB value is (149,128,86). Sum of RGB (Red+Green+Blue) = 149+128+86=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 149 - color contains mainly: red. Hex color #958056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958056 is #6A7FA9. Grayscale: #818181. Windows color (decimal): -6979498 or 5669013. OLE color: 5669013.

HSL color Cylindrical-coordinate representation of color #958056: hue angle of 40º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #958056 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB14912886-
CMYK00.140.420.42
HSL40º26.81%46.08%-
HSV(B)40º42.28%58.43%-
XYZ21.7922.512-
YUV129.49103.46141.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.05%
GREEN value IS 128 (50.39% from 255) = 35.26%
BLUE value IS 86 (33.98% from 255) = 23.69%
R=41.05%
G=35.26%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491288600.140.420.424026.8146.08
Hex9580560E2A2A281b2e
Octal2252001260165252503356
Binary100101011000000010101100111010101010101010100011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958056; }

 p { color: rgb(149,128,86); }

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

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

 a { background-color: rgb(149,128,86); }

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

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

 span { border-color: rgb(149,128,86); }

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