#967F4A

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

Shades of Muesli #967F4A

Tints of Muesli #967F4A

Color information

#967F4A (or 0x967F4A) is unknown color: approx Muesli. HEX triplet: 96, 7F and 4A. RGB value is (150,127,74). Sum of RGB (Red+Green+Blue) = 150+127+74=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 150 - color contains mainly: red. Hex color #967F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967F4A is #6980B5. Grayscale: #808080. Windows color (decimal): -6914230 or 4882326. OLE color: 4882326.

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

Color convert

RGB15012774-
CMYK00.150.510.41
HSL41.84º33.93%43.92%-
HSV(B)41.84º50.67%58.82%-
XYZ21.422.169.63-
YUV127.8497.62143.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.74%
GREEN value IS 127 (50% from 255) = 36.18%
BLUE value IS 74 (29.30% from 255) = 21.08%
R=42.74%
G=36.18%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501277400.150.510.4141.8433.9343.92
Hex967F4A0F33292a222c
Octal2261771120176351524254
Binary100101101111111100101001111110011101001101010100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,127,74); }

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

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

 a { background-color: rgb(150,127,74); }

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

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

 span { border-color: rgb(150,127,74); }

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