#967E4F

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

Shades of Muesli #967E4F

Tints of Muesli #967E4F

Color information

#967E4F (or 0x967E4F) is unknown color: approx Muesli. HEX triplet: 96, 7E and 4F. RGB value is (150,126,79). Sum of RGB (Red+Green+Blue) = 150+126+79=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 150 - color contains mainly: red. Hex color #967E4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967E4F is #6981B0. Grayscale: #808080. Windows color (decimal): -6914481 or 5209750. OLE color: 5209750.

HSL color Cylindrical-coordinate representation of color #967E4F: hue angle of 39.72º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #967E4F is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB15012679-
CMYK00.160.470.41
HSL39.72º31%44.9%-
HSV(B)39.72º47.33%58.82%-
XYZ21.4521.9710.51-
YUV127.82100.45143.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.25%
GREEN value IS 126 (49.61% from 255) = 35.49%
BLUE value IS 79 (31.25% from 255) = 22.25%
R=42.25%
G=35.49%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501267900.160.470.4139.723144.9
Hex967E4F0102F29281f2d
Octal2261761170205751503755
Binary100101101111110100111101000010111110100110100011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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