#967741

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

Shades of Muesli #967741

Tints of Muesli #967741

Color information

#967741 (or 0x967741) is unknown color: approx Muesli. HEX triplet: 96, 77 and 41. RGB value is (150,119,65). Sum of RGB (Red+Green+Blue) = 150+119+65=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #967741 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967741 is #6988BE. Grayscale: #7A7A7A. Windows color (decimal): -6916287 or 4290454. OLE color: 4290454.

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

Color convert

RGB15011965-
CMYK00.210.570.41
HSL38.12º39.53%42.16%-
HSV(B)38.12º56.67%58.82%-
XYZ20.1320.067.81-
YUV122.1195.77147.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.91%
GREEN value IS 119 (46.88% from 255) = 35.63%
BLUE value IS 65 (25.78% from 255) = 19.46%
R=44.91%
G=35.63%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501196500.210.570.4138.1239.5342.16
Hex967741015392926282a
Octal2261671010257151465052
Binary1001011011101111000001010101111001101001100110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967741; }

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

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

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

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

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

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

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

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