#967A40

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

Shades of Muesli #967A40

Tints of Muesli #967A40

Color information

#967A40 (or 0x967A40) is unknown color: approx Muesli. HEX triplet: 96, 7A and 40. RGB value is (150,122,64). Sum of RGB (Red+Green+Blue) = 150+122+64=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #967A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967A40 is #6985BF. Grayscale: #7C7C7C. Windows color (decimal): -6915520 or 4225686. OLE color: 4225686.

HSL color Cylindrical-coordinate representation of color #967A40: hue angle of 40.47º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #967A40 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB15012264-
CMYK00.190.570.41
HSL40.47º40.19%41.96%-
HSV(B)40.47º57.33%58.82%-
XYZ20.4620.777.78-
YUV123.7694.28146.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.64%
GREEN value IS 122 (48.05% from 255) = 36.31%
BLUE value IS 64 (25.39% from 255) = 19.05%
R=44.64%
G=36.31%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501226400.190.570.4140.4740.1941.96
Hex967A40013392928282a
Octal2261721000237151505052
Binary1001011011110101000000010011111001101001101000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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