#96814A

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

Shades of Muesli #96814A

Tints of Muesli #96814A

Color information

#96814A (or 0x96814A) is unknown color: approx Muesli. HEX triplet: 96, 81 and 4A. RGB value is (150,129,74). Sum of RGB (Red+Green+Blue) = 150+129+74=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 150 - color contains mainly: red. Hex color #96814A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96814A is #697EB5. Grayscale: #818181. Windows color (decimal): -6913718 or 4882838. OLE color: 4882838.

HSL color Cylindrical-coordinate representation of color #96814A: hue angle of 43.42º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96814A is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB15012974-
CMYK00.140.510.41
HSL43.42º33.93%43.92%-
HSV(B)43.42º50.67%58.82%-
XYZ21.6622.689.71-
YUV129.0196.96142.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.49%
GREEN value IS 129 (50.78% from 255) = 36.54%
BLUE value IS 74 (29.30% from 255) = 20.96%
R=42.49%
G=36.54%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501297400.140.510.4143.4233.9343.92
Hex96814A0E33292b222c
Octal2262011120166351534254
Binary1001011010000001100101001110110011101001101011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96814A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96814A; }

 p { color: rgb(150,129,74); }

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

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

 a { background-color: rgb(150,129,74); }

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

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

 span { border-color: rgb(150,129,74); }

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