#967849

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

Shades of Muesli #967849

Tints of Muesli #967849

Color information

#967849 (or 0x967849) is unknown color: approx Muesli. HEX triplet: 96, 78 and 49. RGB value is (150,120,73). Sum of RGB (Red+Green+Blue) = 150+120+73=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 150 - color contains mainly: red. Hex color #967849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967849 is #6987B6. Grayscale: #7B7B7B. Windows color (decimal): -6916023 or 4814998. OLE color: 4814998.

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

Color convert

RGB15012073-
CMYK00.200.510.41
HSL36.62º34.53%43.73%-
HSV(B)36.62º51.33%58.82%-
XYZ20.520.49.16-
YUV123.6199.44146.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.73%
GREEN value IS 120 (47.27% from 255) = 34.99%
BLUE value IS 73 (28.91% from 255) = 21.28%
R=43.73%
G=34.99%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501207300.200.510.4136.6234.5343.73
Hex967849014332925232c
Octal2261701110246351454354
Binary1001011011110001001001010100110011101001100101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967849; }

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

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

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

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

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

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

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

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