#96825D

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

Shades of Muesli #96825D

Tints of Muesli #96825D

Color information

#96825D (or 0x96825D) is unknown color: approx Muesli. HEX triplet: 96, 82 and 5D. RGB value is (150,130,93). Sum of RGB (Red+Green+Blue) = 150+130+93=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 150 - color contains mainly: red. Hex color #96825D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96825D is #697DA2. Grayscale: #838383. Windows color (decimal): -6913443 or 6128278. OLE color: 6128278.

HSL color Cylindrical-coordinate representation of color #96825D: hue angle of 38.95º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96825D is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB15013093-
CMYK00.130.380.41
HSL38.95º23.46%47.65%-
HSV(B)38.95º38%58.82%-
XYZ22.5423.2413.65-
YUV131.76106.13141.01-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.21%
GREEN value IS 130 (51.17% from 255) = 34.85%
BLUE value IS 93 (36.72% from 255) = 24.93%
R=40.21%
G=34.85%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501309300.130.380.4138.9523.4647.65
Hex96825D0D2629271730
Octal2262021350154651472760
Binary100101101000001010111010110110011010100110011110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96825D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96825D; }

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

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

<style>
 a { background-color: #96825D; }

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

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

<style>
 span { border-color: #96825D; }

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

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