#967F4C

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

Shades of Muesli #967F4C

Tints of Muesli #967F4C

Color information

#967F4C (or 0x967F4C) is unknown color: approx Muesli. HEX triplet: 96, 7F and 4C. RGB value is (150,127,76). Sum of RGB (Red+Green+Blue) = 150+127+76=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 150 - color contains mainly: red. Hex color #967F4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967F4C is #6980B3. Grayscale: #808080. Windows color (decimal): -6914228 or 5013398. OLE color: 5013398.

HSL color Cylindrical-coordinate representation of color #967F4C: hue angle of 41.35º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #967F4C is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB15012776-
CMYK00.150.490.41
HSL41.35º32.74%44.31%-
HSV(B)41.35º49.33%58.82%-
XYZ21.4722.189.99-
YUV128.0698.62143.65-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.49%
GREEN value IS 127 (50% from 255) = 35.98%
BLUE value IS 76 (30.08% from 255) = 21.53%
R=42.49%
G=35.98%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501277600.150.490.4141.3532.7444.31
Hex967F4C0F312929212c
Octal2261771140176151514154
Binary100101101111111100110001111110001101001101001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,127,76); }

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

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

 a { background-color: rgb(150,127,76); }

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

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

 span { border-color: rgb(150,127,76); }

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