#96774D

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

Shades of Pale Brown #96774D

Tints of Pale Brown #96774D

Color information

#96774D (or 0x96774D) is unknown color: approx Pale Brown. HEX triplet: 96, 77 and 4D. RGB value is (150,119,77). Sum of RGB (Red+Green+Blue) = 150+119+77=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 150 - color contains mainly: red. Hex color #96774D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96774D is #6988B2. Grayscale: #7B7B7B. Windows color (decimal): -6916275 or 5076886. OLE color: 5076886.

HSL color Cylindrical-coordinate representation of color #96774D: hue angle of 34.52º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96774D is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB15011977-
CMYK00.210.490.41
HSL34.52º32.16%44.51%-
HSV(B)34.52º48.67%58.82%-
XYZ20.5120.219.84-
YUV123.48101.77146.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.35%
GREEN value IS 119 (46.88% from 255) = 34.39%
BLUE value IS 77 (30.47% from 255) = 22.25%
R=43.35%
G=34.39%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501197700.210.490.4134.5232.1644.51
Hex96774D015312923202d
Octal2261671150256151434055
Binary1001011011101111001101010101110001101001100011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96774D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,119,77); }

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

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

 a { background-color: rgb(150,119,77); }

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

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

 span { border-color: rgb(150,119,77); }

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