#967E5A

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

Shades of Muesli #967E5A

Tints of Muesli #967E5A

Color information

#967E5A (or 0x967E5A) is unknown color: approx Muesli. HEX triplet: 96, 7E and 5A. RGB value is (150,126,90). Sum of RGB (Red+Green+Blue) = 150+126+90=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 150 - color contains mainly: red. Hex color #967E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967E5A is #6981A5. Grayscale: #818181. Windows color (decimal): -6914470 or 5930646. OLE color: 5930646.

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

Color convert

RGB15012690-
CMYK00.160.40.41
HSL36º25%47.06%-
HSV(B)36º40%58.82%-
XYZ21.8822.1412.79-
YUV129.07105.95142.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.98%
GREEN value IS 126 (49.61% from 255) = 34.43%
BLUE value IS 90 (35.55% from 255) = 24.59%
R=40.98%
G=34.43%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.4
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501269000.160.40.41362547.06
Hex967E5A010282924192f
Octal2261761320205051443157
Binary100101101111110101101001000010100010100110010011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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