#967B49

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

Shades of Muesli #967B49

Tints of Muesli #967B49

Color information

#967B49 (or 0x967B49) is unknown color: approx Muesli. HEX triplet: 96, 7B and 49. RGB value is (150,123,73). Sum of RGB (Red+Green+Blue) = 150+123+73=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 150 - color contains mainly: red. Hex color #967B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967B49 is #6984B6. Grayscale: #7D7D7D. Windows color (decimal): -6915255 or 4815766. OLE color: 4815766.

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

Color convert

RGB15012373-
CMYK00.180.510.41
HSL38.96º34.53%43.73%-
HSV(B)38.96º51.33%58.82%-
XYZ20.8621.139.28-
YUV125.3798.45145.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.35%
GREEN value IS 123 (48.44% from 255) = 35.55%
BLUE value IS 73 (28.91% from 255) = 21.10%
R=43.35%
G=35.55%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501237300.180.510.4138.9634.5343.73
Hex967B49012332927232c
Octal2261731110226351474354
Binary1001011011110111001001010010110011101001100111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,123,73); }

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

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

 a { background-color: rgb(150,123,73); }

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

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

 span { border-color: rgb(150,123,73); }

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