#967841

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

Shades of Muesli #967841

Tints of Muesli #967841

Color information

#967841 (or 0x967841) is unknown color: approx Muesli. HEX triplet: 96, 78 and 41. RGB value is (150,120,65). Sum of RGB (Red+Green+Blue) = 150+120+65=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #967841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967841 is #6987BE. Grayscale: #7A7A7A. Windows color (decimal): -6916031 or 4290710. OLE color: 4290710.

HSL color Cylindrical-coordinate representation of color #967841: hue angle of 38.82º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #967841 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB15012065-
CMYK00.200.570.41
HSL38.82º39.53%42.16%-
HSV(B)38.82º56.67%58.82%-
XYZ20.2520.37.85-
YUV122.795.44147.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.78%
GREEN value IS 120 (47.27% from 255) = 35.82%
BLUE value IS 65 (25.78% from 255) = 19.40%
R=44.78%
G=35.82%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501206500.200.570.4138.8239.5342.16
Hex967841014392927282a
Octal2261701010247151475052
Binary1001011011110001000001010100111001101001100111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967841; }

 p { color: rgb(150,120,65); }

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

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

 a { background-color: rgb(150,120,65); }

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

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

 span { border-color: rgb(150,120,65); }

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