#968356

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

Shades of Muesli #968356

Tints of Muesli #968356

Color information

#968356 (or 0x968356) is unknown color: approx Muesli. HEX triplet: 96, 83 and 56. RGB value is (150,131,86). Sum of RGB (Red+Green+Blue) = 150+131+86=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 86 (33.98% from 255 or 23.43% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #968356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968356 is #697CA9. Grayscale: #838383. Windows color (decimal): -6913194 or 5669782. OLE color: 5669782.

HSL color Cylindrical-coordinate representation of color #968356: hue angle of 42.19º 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 #968356 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB15013186-
CMYK00.130.430.41
HSL42.19º27.12%46.27%-
HSV(B)42.19º42.67%58.82%-
XYZ22.3723.3912.14-
YUV131.55102.29141.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.87%
GREEN value IS 131 (51.56% from 255) = 35.69%
BLUE value IS 86 (33.98% from 255) = 23.43%
R=40.87%
G=35.69%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501318600.130.430.4142.1927.1246.27
Hex9683560D2B292a1b2e
Octal2262031260155351523356
Binary100101101000001110101100110110101110100110101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968356; }

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

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

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

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

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

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

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

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