#967E42

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

Shades of Muesli #967E42

Tints of Muesli #967E42

Color information

#967E42 (or 0x967E42) is unknown color: approx Muesli. HEX triplet: 96, 7E and 42. RGB value is (150,126,66). Sum of RGB (Red+Green+Blue) = 150+126+66=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 126 (49.61% from 255 or 36.84% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 150 - color contains mainly: red. Hex color #967E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967E42 is #6981BD. Grayscale: #7E7E7E. Windows color (decimal): -6914494 or 4357782. OLE color: 4357782.

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

Color convert

RGB15012666-
CMYK00.160.560.41
HSL42.86º38.89%42.35%-
HSV(B)42.86º56%58.82%-
XYZ21.0221.88.25-
YUV126.3493.95144.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.86%
GREEN value IS 126 (49.61% from 255) = 36.84%
BLUE value IS 66 (26.17% from 255) = 19.30%
R=43.86%
G=36.84%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501266600.160.560.4142.8638.8942.35
Hex967E4201038292b272a
Octal2261761020207051534752
Binary1001011011111101000010010000111000101001101011100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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