#96835B

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

Shades of Muesli #96835B

Tints of Muesli #96835B

Color information

#96835B (or 0x96835B) is unknown color: approx Muesli. HEX triplet: 96, 83 and 5B. RGB value is (150,131,91). Sum of RGB (Red+Green+Blue) = 150+131+91=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 91 (35.94% from 255 or 24.46% from 372); Max value from RGB is 150 - color contains mainly: red. Hex color #96835B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96835B is #697CA4. Grayscale: #848484. Windows color (decimal): -6913189 or 5997462. OLE color: 5997462.

HSL color Cylindrical-coordinate representation of color #96835B: hue angle of 40.68º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96835B is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB15013191-
CMYK00.130.390.41
HSL40.68º24.48%47.25%-
HSV(B)40.68º39.33%58.82%-
XYZ22.5823.4713.24-
YUV132.12104.79140.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.32%
GREEN value IS 131 (51.56% from 255) = 35.22%
BLUE value IS 91 (35.94% from 255) = 24.46%
R=40.32%
G=35.22%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501319100.130.390.4140.6824.4847.25
Hex96835B0D272929182f
Octal2262031330154751513057
Binary100101101000001110110110110110011110100110100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96835B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,131,91); }

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

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

 a { background-color: rgb(150,131,91); }

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

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

 span { border-color: rgb(150,131,91); }

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