#96734C

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

Shades of Pale Brown #96734C

Tints of Pale Brown #96734C

Color information

#96734C (or 0x96734C) is unknown color: approx Pale Brown. HEX triplet: 96, 73 and 4C. RGB value is (150,115,76). Sum of RGB (Red+Green+Blue) = 150+115+76=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #96734C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96734C is #698CB3. Grayscale: #797979. Windows color (decimal): -6917300 or 5010326. OLE color: 5010326.

HSL color Cylindrical-coordinate representation of color #96734C: hue angle of 31.62º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96734C is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB15011576-
CMYK00.230.490.41
HSL31.62º32.74%44.31%-
HSV(B)31.62º49.33%58.82%-
XYZ20.0119.279.5-
YUV121.02102.6148.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.99%
GREEN value IS 115 (45.31% from 255) = 33.72%
BLUE value IS 76 (30.08% from 255) = 22.29%
R=43.99%
G=33.72%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501157600.230.490.4131.6232.7444.31
Hex96734C017312920212c
Octal2261631140276151404154
Binary1001011011100111001100010111110001101001100000100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96734C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96734C; }

 p { color: rgb(150,115,76); }

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

<style>
 a { background-color: #96734C; }

 a { background-color: rgb(150,115,76); }

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

<style>
 span { border-color: #96734C; }

 span { border-color: rgb(150,115,76); }

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