#967E5B

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

Shades of Muesli #967E5B

Tints of Muesli #967E5B

Color information

#967E5B (or 0x967E5B) is unknown color: approx Muesli. HEX triplet: 96, 7E and 5B. RGB value is (150,126,91). Sum of RGB (Red+Green+Blue) = 150+126+91=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #967E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967E5B is #6981A4. Grayscale: #818181. Windows color (decimal): -6914469 or 5996182. OLE color: 5996182.

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

Color convert

RGB15012691-
CMYK00.160.390.41
HSL35.59º24.48%47.25%-
HSV(B)35.59º39.33%58.82%-
XYZ21.9322.1613.02-
YUV129.19106.45142.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.87%
GREEN value IS 126 (49.61% from 255) = 34.33%
BLUE value IS 91 (35.94% from 255) = 24.80%
R=40.87%
G=34.33%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501269100.160.390.4135.5924.4847.25
Hex967E5B010272924182f
Octal2261761330204751443057
Binary100101101111110101101101000010011110100110010011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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