#967A42

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

Shades of Muesli #967A42

Tints of Muesli #967A42

Color information

#967A42 (or 0x967A42) is unknown color: approx Muesli. HEX triplet: 96, 7A and 42. RGB value is (150,122,66). Sum of RGB (Red+Green+Blue) = 150+122+66=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #967A42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967A42 is #6985BD. Grayscale: #7C7C7C. Windows color (decimal): -6915518 or 4356758. OLE color: 4356758.

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

Color convert

RGB15012266-
CMYK00.190.560.41
HSL40º38.89%42.35%-
HSV(B)40º56%58.82%-
XYZ20.5220.88.09-
YUV123.9995.28146.55-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.38%
GREEN value IS 122 (48.05% from 255) = 36.09%
BLUE value IS 66 (26.17% from 255) = 19.53%
R=44.38%
G=36.09%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501226600.190.560.414038.8942.35
Hex967A42013382928272a
Octal2261721020237051504752
Binary1001011011110101000010010011111000101001101000100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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