#967E51

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

Shades of Muesli #967E51

Tints of Muesli #967E51

Color information

#967E51 (or 0x967E51) is unknown color: approx Muesli. HEX triplet: 96, 7E and 51. RGB value is (150,126,81). Sum of RGB (Red+Green+Blue) = 150+126+81=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 81 (32.03% from 255 or 22.69% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #967E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967E51 is #6981AE. Grayscale: #808080. Windows color (decimal): -6914479 or 5340822. OLE color: 5340822.

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

Color convert

RGB15012681-
CMYK00.160.460.41
HSL39.13º29.87%45.29%-
HSV(B)39.13º46%58.82%-
XYZ21.522210.9-
YUV128.05101.45143.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.02%
GREEN value IS 126 (49.61% from 255) = 35.29%
BLUE value IS 81 (32.03% from 255) = 22.69%
R=42.02%
G=35.29%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501268100.160.460.4139.1329.8745.29
Hex967E510102E29271e2d
Octal2261761210205651473655
Binary100101101111110101000101000010111010100110011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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