#967944

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

Shades of Muesli #967944

Tints of Muesli #967944

Color information

#967944 (or 0x967944) is unknown color: approx Muesli. HEX triplet: 96, 79 and 44. RGB value is (150,121,68). Sum of RGB (Red+Green+Blue) = 150+121+68=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 68 (26.95% from 255 or 20.06% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #967944 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967944 is #6986BB. Grayscale: #7B7B7B. Windows color (decimal): -6915772 or 4487574. OLE color: 4487574.

HSL color Cylindrical-coordinate representation of color #967944: hue angle of 38.78º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #967944 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.41.

Color convert

RGB15012168-
CMYK00.190.550.41
HSL38.78º37.61%42.75%-
HSV(B)38.78º54.67%58.82%-
XYZ20.4620.588.36-
YUV123.6396.61146.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.25%
GREEN value IS 121 (47.66% from 255) = 35.69%
BLUE value IS 68 (26.95% from 255) = 20.06%
R=44.25%
G=35.69%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501216800.190.550.4138.7837.6142.75
Hex967944013372927262b
Octal2261711040236751474653
Binary1001011011110011000100010011110111101001100111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967944; }

 p { color: rgb(150,121,68); }

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

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

 a { background-color: rgb(150,121,68); }

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

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

 span { border-color: rgb(150,121,68); }

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