#967745

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

Shades of Muesli #967745

Tints of Muesli #967745

Color information

#967745 (or 0x967745) is unknown color: approx Muesli. HEX triplet: 96, 77 and 45. RGB value is (150,119,69). Sum of RGB (Red+Green+Blue) = 150+119+69=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #967745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967745 is #6988BA. Grayscale: #7A7A7A. Windows color (decimal): -6916283 or 4552598. OLE color: 4552598.

HSL color Cylindrical-coordinate representation of color #967745: hue angle of 37.04º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #967745 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.41.

Color convert

RGB15011969-
CMYK00.210.540.41
HSL37.04º36.99%42.94%-
HSV(B)37.04º54%58.82%-
XYZ20.2520.118.44-
YUV122.5797.77147.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.38%
GREEN value IS 119 (46.88% from 255) = 35.21%
BLUE value IS 69 (27.34% from 255) = 20.41%
R=44.38%
G=35.21%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.54
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501196900.210.540.4137.0436.9942.94
Hex967745015362925252b
Octal2261671050256651454553
Binary1001011011101111000101010101110110101001100101100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967745; }

 p { color: rgb(150,119,69); }

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

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

 a { background-color: rgb(150,119,69); }

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

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

 span { border-color: rgb(150,119,69); }

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