#96824C

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

Shades of Muesli #96824C

Tints of Muesli #96824C

Color information

#96824C (or 0x96824C) is unknown color: approx Muesli. HEX triplet: 96, 82 and 4C. RGB value is (150,130,76). Sum of RGB (Red+Green+Blue) = 150+130+76=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 150 - color contains mainly: red. Hex color #96824C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96824C is #697DB3. Grayscale: #828282. Windows color (decimal): -6913460 or 5014166. OLE color: 5014166.

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

Color convert

RGB15013076-
CMYK00.130.490.41
HSL43.78º32.74%44.31%-
HSV(B)43.78º49.33%58.82%-
XYZ21.8622.9710.12-
YUV129.8297.63142.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.13%
GREEN value IS 130 (51.17% from 255) = 36.52%
BLUE value IS 76 (30.08% from 255) = 21.35%
R=42.13%
G=36.52%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501307600.130.490.4143.7832.7444.31
Hex96824C0D31292c212c
Octal2262021140156151544154
Binary1001011010000010100110001101110001101001101100100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96824C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96824C; }

 p { color: rgb(150,130,76); }

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

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

 a { background-color: rgb(150,130,76); }

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

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

 span { border-color: rgb(150,130,76); }

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