#967A4B

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

Shades of Muesli #967A4B

Tints of Muesli #967A4B

Color information

#967A4B (or 0x967A4B) is unknown color: approx Muesli. HEX triplet: 96, 7A and 4B. RGB value is (150,122,75). Sum of RGB (Red+Green+Blue) = 150+122+75=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #967A4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967A4B is #6985B4. Grayscale: #7D7D7D. Windows color (decimal): -6915509 or 4946582. OLE color: 4946582.

HSL color Cylindrical-coordinate representation of color #967A4B: hue angle of 37.6º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #967A4B is Cyan = 0, Magento = 0.19, Yellow = 0.5 and Black (K on CMYK) = 0.41.

Color convert

RGB15012275-
CMYK00.190.50.41
HSL37.6º33.33%44.12%-
HSV(B)37.6º50%58.82%-
XYZ20.8120.919.6-
YUV125.0199.78145.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.23%
GREEN value IS 122 (48.05% from 255) = 35.16%
BLUE value IS 75 (29.69% from 255) = 21.61%
R=43.23%
G=35.16%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.5
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501227500.190.50.4137.633.3344.12
Hex967A4B013322926212c
Octal2261721130236251464154
Binary1001011011110101001011010011110010101001100110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967A4B; }

 p { color: rgb(150,122,75); }

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

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

 a { background-color: rgb(150,122,75); }

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

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

 span { border-color: rgb(150,122,75); }

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