#968256

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

Shades of Muesli #968256

Tints of Muesli #968256

Color information

#968256 (or 0x968256) is unknown color: approx Muesli. HEX triplet: 96, 82 and 56. RGB value is (150,130,86). Sum of RGB (Red+Green+Blue) = 150+130+86=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 150 - color contains mainly: red. Hex color #968256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968256 is #697DA9. Grayscale: #838383. Windows color (decimal): -6913450 or 5669526. OLE color: 5669526.

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

Color convert

RGB15013086-
CMYK00.130.430.41
HSL41.25º27.12%46.27%-
HSV(B)41.25º42.67%58.82%-
XYZ22.2423.1212.09-
YUV130.96102.63141.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.98%
GREEN value IS 130 (51.17% from 255) = 35.52%
BLUE value IS 86 (33.98% from 255) = 23.50%
R=40.98%
G=35.52%
B=23.50%

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
Decimal1501308600.130.430.4141.2527.1246.27
Hex9682560D2B29291b2e
Octal2262021260155351513356
Binary100101101000001010101100110110101110100110100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968256; }

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

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

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

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

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

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

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

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