#967A51

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

Shades of Muesli #967A51

Tints of Muesli #967A51

Color information

#967A51 (or 0x967A51) is unknown color: approx Muesli. HEX triplet: 96, 7A and 51. RGB value is (150,122,81). Sum of RGB (Red+Green+Blue) = 150+122+81=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 150 - color contains mainly: red. Hex color #967A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967A51 is #6985AE. Grayscale: #7D7D7D. Windows color (decimal): -6915503 or 5339798. OLE color: 5339798.

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

Color convert

RGB15012281-
CMYK00.190.460.41
HSL35.65º29.87%45.29%-
HSV(B)35.65º46%58.82%-
XYZ21.022110.73-
YUV125.7102.78145.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.49%
GREEN value IS 122 (48.05% from 255) = 34.56%
BLUE value IS 81 (32.03% from 255) = 22.95%
R=42.49%
G=34.56%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501228100.190.460.4135.6529.8745.29
Hex967A510132E29241e2d
Octal2261721210235651443655
Binary100101101111010101000101001110111010100110010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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