#967F56

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

Shades of Muesli #967F56

Tints of Muesli #967F56

Color information

#967F56 (or 0x967F56) is unknown color: approx Muesli. HEX triplet: 96, 7F and 56. RGB value is (150,127,86). Sum of RGB (Red+Green+Blue) = 150+127+86=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #967F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967F56 is #6980A9. Grayscale: #818181. Windows color (decimal): -6914218 or 5668758. OLE color: 5668758.

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

Color convert

RGB15012786-
CMYK00.150.430.41
HSL38.44º27.12%46.27%-
HSV(B)38.44º42.67%58.82%-
XYZ21.8522.3311.96-
YUV129.2103.62142.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.32%
GREEN value IS 127 (50% from 255) = 34.99%
BLUE value IS 86 (33.98% from 255) = 23.69%
R=41.32%
G=34.99%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501278600.150.430.4138.4427.1246.27
Hex967F560F2B29261b2e
Octal2261771260175351463356
Binary10010110111111110101100111110101110100110011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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