#967E4B

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

Shades of Muesli #967E4B

Tints of Muesli #967E4B

Color information

#967E4B (or 0x967E4B) is unknown color: approx Muesli. HEX triplet: 96, 7E and 4B. RGB value is (150,126,75). Sum of RGB (Red+Green+Blue) = 150+126+75=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 150 - color contains mainly: red. Hex color #967E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967E4B is #6981B4. Grayscale: #7F7F7F. Windows color (decimal): -6914485 or 4947606. OLE color: 4947606.

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

Color convert

RGB15012675-
CMYK00.160.50.41
HSL40.8º33.33%44.12%-
HSV(B)40.8º50%58.82%-
XYZ21.3121.919.76-
YUV127.3698.45144.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.74%
GREEN value IS 126 (49.61% from 255) = 35.90%
BLUE value IS 75 (29.69% from 255) = 21.37%
R=42.74%
G=35.90%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.5
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501267500.160.50.4140.833.3344.12
Hex967E4B010322929212c
Octal2261761130206251514154
Binary1001011011111101001011010000110010101001101001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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