#967B40

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

Shades of Muesli #967B40

Tints of Muesli #967B40

Color information

#967B40 (or 0x967B40) is unknown color: approx Muesli. HEX triplet: 96, 7B and 40. RGB value is (150,123,64). Sum of RGB (Red+Green+Blue) = 150+123+64=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 123 (48.44% from 255 or 36.50% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #967B40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967B40 is #6984BF. Grayscale: #7C7C7C. Windows color (decimal): -6915264 or 4225942. OLE color: 4225942.

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

Color convert

RGB15012364-
CMYK00.180.570.41
HSL41.16º40.19%41.96%-
HSV(B)41.16º57.33%58.82%-
XYZ20.5921.027.82-
YUV124.3593.95146.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.51%
GREEN value IS 123 (48.44% from 255) = 36.50%
BLUE value IS 64 (25.39% from 255) = 18.99%
R=44.51%
G=36.50%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501236400.180.570.4141.1640.1941.96
Hex967B40012392929282a
Octal2261731000227151515052
Binary1001011011110111000000010010111001101001101001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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