#967F51

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

Shades of Muesli #967F51

Tints of Muesli #967F51

Color information

#967F51 (or 0x967F51) is unknown color: approx Muesli. HEX triplet: 96, 7F and 51. RGB value is (150,127,81). Sum of RGB (Red+Green+Blue) = 150+127+81=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 150 - color contains mainly: red. Hex color #967F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967F51 is #6980AE. Grayscale: #808080. Windows color (decimal): -6914223 or 5341078. OLE color: 5341078.

HSL color Cylindrical-coordinate representation of color #967F51: hue angle of 40º 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 #967F51 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.41.

Color convert

RGB15012781-
CMYK00.150.460.41
HSL40º29.87%45.29%-
HSV(B)40º46%58.82%-
XYZ21.6522.2610.94-
YUV128.63101.12143.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.90%
GREEN value IS 127 (50% from 255) = 35.47%
BLUE value IS 81 (32.03% from 255) = 22.63%
R=41.90%
G=35.47%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501278100.150.460.414029.8745.29
Hex967F510F2E29281e2d
Octal2261771210175651503655
Binary10010110111111110100010111110111010100110100011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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