#96794B

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

Shades of Muesli #96794B

Tints of Muesli #96794B

Color information

#96794B (or 0x96794B) is unknown color: approx Muesli. HEX triplet: 96, 79 and 4B. RGB value is (150,121,75). Sum of RGB (Red+Green+Blue) = 150+121+75=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 150 - color contains mainly: red. Hex color #96794B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96794B is #6986B4. Grayscale: #7C7C7C. Windows color (decimal): -6915765 or 4946326. OLE color: 4946326.

HSL color Cylindrical-coordinate representation of color #96794B: hue angle of 36.8º 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 #96794B is Cyan = 0, Magento = 0.19, Yellow = 0.5 and Black (K on CMYK) = 0.41.

Color convert

RGB15012175-
CMYK00.190.50.41
HSL36.8º33.33%44.12%-
HSV(B)36.8º50%58.82%-
XYZ20.6920.679.56-
YUV124.43100.11146.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.35%
GREEN value IS 121 (47.66% from 255) = 34.97%
BLUE value IS 75 (29.69% from 255) = 21.68%
R=43.35%
G=34.97%
B=21.68%

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
Decimal1501217500.190.50.4136.833.3344.12
Hex96794B013322925212c
Octal2261711130236251454154
Binary1001011011110011001011010011110010101001100101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96794B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96794B; }

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

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

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

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

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

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

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

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