#967A4C

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

Shades of Muesli #967A4C

Tints of Muesli #967A4C

Color information

#967A4C (or 0x967A4C) is unknown color: approx Muesli. HEX triplet: 96, 7A and 4C. RGB value is (150,122,76). Sum of RGB (Red+Green+Blue) = 150+122+76=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #967A4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967A4C is #6985B3. Grayscale: #7D7D7D. Windows color (decimal): -6915508 or 5012118. OLE color: 5012118.

HSL color Cylindrical-coordinate representation of color #967A4C: hue angle of 37.3º 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 #967A4C is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB15012276-
CMYK00.190.490.41
HSL37.3º32.74%44.31%-
HSV(B)37.3º49.33%58.82%-
XYZ20.8420.929.78-
YUV125.13100.28145.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.10%
GREEN value IS 122 (48.05% from 255) = 35.06%
BLUE value IS 76 (30.08% from 255) = 21.84%
R=43.10%
G=35.06%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501227600.190.490.4137.332.7444.31
Hex967A4C013312925212c
Octal2261721140236151454154
Binary1001011011110101001100010011110001101001100101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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