#968159

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

Shades of Muesli #968159

Tints of Muesli #968159

Color information

#968159 (or 0x968159) is unknown color: approx Muesli. HEX triplet: 96, 81 and 59. RGB value is (150,129,89). Sum of RGB (Red+Green+Blue) = 150+129+89=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 89 (35.16% from 255 or 24.18% from 368); Max value from RGB is 150 - color contains mainly: red. Hex color #968159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968159 is #697EA6. Grayscale: #828282. Windows color (decimal): -6913703 or 5865878. OLE color: 5865878.

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

Color convert

RGB15012989-
CMYK00.140.410.41
HSL39.34º25.52%46.86%-
HSV(B)39.34º40.67%58.82%-
XYZ22.2322.9112.7-
YUV130.72104.46141.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.76%
GREEN value IS 129 (50.78% from 255) = 35.05%
BLUE value IS 89 (35.16% from 255) = 24.18%
R=40.76%
G=35.05%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501298900.140.410.4139.3425.5246.86
Hex9681590E2929271a2f
Octal2262011310165151473257
Binary100101101000000110110010111010100110100110011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968159; }

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

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

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

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

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

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

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

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