#96704A

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

Shades of Pale Brown #96704A

Tints of Pale Brown #96704A

Color information

#96704A (or 0x96704A) is unknown color: approx Pale Brown. HEX triplet: 96, 70 and 4A. RGB value is (150,112,74). Sum of RGB (Red+Green+Blue) = 150+112+74=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #96704A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96704A is #698FB5. Grayscale: #777777. Windows color (decimal): -6918070 or 4878486. OLE color: 4878486.

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

Color convert

RGB15011274-
CMYK00.250.510.41
HSL30º33.93%43.92%-
HSV(B)30º50.67%58.82%-
XYZ19.6118.579.03-
YUV119.03102.59150.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.64%
GREEN value IS 112 (44.14% from 255) = 33.33%
BLUE value IS 74 (29.30% from 255) = 22.02%
R=44.64%
G=33.33%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501127400.250.510.413033.9343.92
Hex96704A01933291e222c
Octal2261601120316351364254
Binary100101101110000100101001100111001110100111110100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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