#96704D

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

Shades of Pale Brown #96704D

Tints of Pale Brown #96704D

Color information

#96704D (or 0x96704D) is unknown color: approx Pale Brown. HEX triplet: 96, 70 and 4D. RGB value is (150,112,77). Sum of RGB (Red+Green+Blue) = 150+112+77=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #96704D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96704D is #698FB2. Grayscale: #777777. Windows color (decimal): -6918067 or 5075094. OLE color: 5075094.

HSL color Cylindrical-coordinate representation of color #96704D: hue angle of 28.77º 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 #96704D is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB15011277-
CMYK00.250.490.41
HSL28.77º32.16%44.51%-
HSV(B)28.77º48.67%58.82%-
XYZ19.7118.619.57-
YUV119.37104.09149.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.25%
GREEN value IS 112 (44.14% from 255) = 33.04%
BLUE value IS 77 (30.47% from 255) = 22.71%
R=44.25%
G=33.04%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501127700.250.490.4128.7732.1644.51
Hex96704D01931291d202d
Octal2261601150316151354055
Binary100101101110000100110101100111000110100111101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96704D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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