#967C4E

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

Shades of Muesli #967C4E

Tints of Muesli #967C4E

Color information

#967C4E (or 0x967C4E) is unknown color: approx Muesli. HEX triplet: 96, 7C and 4E. RGB value is (150,124,78). Sum of RGB (Red+Green+Blue) = 150+124+78=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 150 - color contains mainly: red. Hex color #967C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967C4E is #6983B1. Grayscale: #7E7E7E. Windows color (decimal): -6914994 or 5143702. OLE color: 5143702.

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

Color convert

RGB15012478-
CMYK00.170.480.41
HSL38.33º31.58%44.71%-
HSV(B)38.33º48%58.82%-
XYZ21.1621.4510.23-
YUV126.53100.61144.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.61%
GREEN value IS 124 (48.83% from 255) = 35.23%
BLUE value IS 78 (30.86% from 255) = 22.16%
R=42.61%
G=35.23%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501247800.170.480.4138.3331.5844.71
Hex967C4E011302926202d
Octal2261741160216051464055
Binary1001011011111001001110010001110000101001100110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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