#967E44

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

Shades of Muesli #967E44

Tints of Muesli #967E44

Color information

#967E44 (or 0x967E44) is unknown color: approx Muesli. HEX triplet: 96, 7E and 44. RGB value is (150,126,68). Sum of RGB (Red+Green+Blue) = 150+126+68=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 126 (49.61% from 255 or 36.63% from 344); Blue value is 68 (26.95% from 255 or 19.77% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #967E44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967E44 is #6981BB. Grayscale: #7E7E7E. Windows color (decimal): -6914492 or 4488854. OLE color: 4488854.

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

Color convert

RGB15012668-
CMYK00.160.550.41
HSL42.44º37.61%42.75%-
HSV(B)42.44º54.67%58.82%-
XYZ21.0821.828.57-
YUV126.5694.95144.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.60%
GREEN value IS 126 (49.61% from 255) = 36.63%
BLUE value IS 68 (26.95% from 255) = 19.77%
R=43.60%
G=36.63%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501266800.160.550.4142.4437.6142.75
Hex967E4401037292a262b
Octal2261761040206751524653
Binary1001011011111101000100010000110111101001101010100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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