#967C51

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

Shades of Muesli #967C51

Tints of Muesli #967C51

Color information

#967C51 (or 0x967C51) is unknown color: approx Muesli. HEX triplet: 96, 7C and 51. RGB value is (150,124,81). Sum of RGB (Red+Green+Blue) = 150+124+81=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 81 (32.03% from 255 or 22.82% from 355); Max value from RGB is 150 - color contains mainly: red. Hex color #967C51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967C51 is #6983AE. Grayscale: #7F7F7F. Windows color (decimal): -6914991 or 5340310. OLE color: 5340310.

HSL color Cylindrical-coordinate representation of color #967C51: hue angle of 37.39º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #967C51 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.41.

Color convert

RGB15012481-
CMYK00.170.460.41
HSL37.39º29.87%45.29%-
HSV(B)37.39º46%58.82%-
XYZ21.2721.4910.81-
YUV126.87102.11144.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.25%
GREEN value IS 124 (48.83% from 255) = 34.93%
BLUE value IS 81 (32.03% from 255) = 22.82%
R=42.25%
G=34.93%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501248100.170.460.4137.3929.8745.29
Hex967C510112E29251e2d
Octal2261741210215651453655
Binary100101101111100101000101000110111010100110010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967C51; }

 p { color: rgb(150,124,81); }

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

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

 a { background-color: rgb(150,124,81); }

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

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

 span { border-color: rgb(150,124,81); }

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