#968259

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

Shades of Muesli #968259

Tints of Muesli #968259

Color information

#968259 (or 0x968259) is unknown color: approx Muesli. HEX triplet: 96, 82 and 59. RGB value is (150,130,89). Sum of RGB (Red+Green+Blue) = 150+130+89=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 89 (35.16% from 255 or 24.12% from 369); Max value from RGB is 150 - color contains mainly: red. Hex color #968259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968259 is #697DA6. Grayscale: #838383. Windows color (decimal): -6913447 or 5866134. OLE color: 5866134.

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

Color convert

RGB15013089-
CMYK00.130.410.41
HSL40.33º25.52%46.86%-
HSV(B)40.33º40.67%58.82%-
XYZ22.3623.1712.74-
YUV131.31104.13141.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.65%
GREEN value IS 130 (51.17% from 255) = 35.23%
BLUE value IS 89 (35.16% from 255) = 24.12%
R=40.65%
G=35.23%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501308900.130.410.4140.3325.5246.86
Hex9682590D2929281a2f
Octal2262021310155151503257
Binary100101101000001010110010110110100110100110100011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968259; }

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

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

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

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

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

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

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

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