#968146

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

Shades of Muesli #968146

Tints of Muesli #968146

Color information

#968146 (or 0x968146) is unknown color: approx Muesli. HEX triplet: 96, 81 and 46. RGB value is (150,129,70). Sum of RGB (Red+Green+Blue) = 150+129+70=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 129 (50.78% from 255 or 36.96% from 349); Blue value is 70 (27.73% from 255 or 20.06% from 349); Max value from RGB is 150 - color contains mainly: red. Hex color #968146 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968146 is #697EB9. Grayscale: #808080. Windows color (decimal): -6913722 or 4620694. OLE color: 4620694.

HSL color Cylindrical-coordinate representation of color #968146: hue angle of 44.25º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #968146 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB15012970-
CMYK00.140.530.41
HSL44.25º36.36%43.14%-
HSV(B)44.25º53.33%58.82%-
XYZ21.5322.639.03-
YUV128.5594.96143.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.98%
GREEN value IS 129 (50.78% from 255) = 36.96%
BLUE value IS 70 (27.73% from 255) = 20.06%
R=42.98%
G=36.96%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501297000.140.530.4144.2536.3643.14
Hex9681460E35292c242b
Octal2262011060166551544453
Binary1001011010000001100011001110110101101001101100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968146; }

 p { color: rgb(150,129,70); }

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

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

 a { background-color: rgb(150,129,70); }

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

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

 span { border-color: rgb(150,129,70); }

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