#96734F

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

Shades of Pale Brown #96734F

Tints of Pale Brown #96734F

Color information

#96734F (or 0x96734F) is unknown color: approx Pale Brown. HEX triplet: 96, 73 and 4F. RGB value is (150,115,79). Sum of RGB (Red+Green+Blue) = 150+115+79=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #96734F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96734F is #698CB0. Grayscale: #797979. Windows color (decimal): -6917297 or 5206934. OLE color: 5206934.

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

Color convert

RGB15011579-
CMYK00.230.470.41
HSL30.42º31%44.9%-
HSV(B)30.42º47.33%58.82%-
XYZ20.1219.3110.06-
YUV121.36104.1148.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.60%
GREEN value IS 115 (45.31% from 255) = 33.43%
BLUE value IS 79 (31.25% from 255) = 22.97%
R=43.60%
G=33.43%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501157900.230.470.4130.423144.9
Hex96734F0172F291e1f2d
Octal2261631170275751363755
Binary10010110111001110011110101111011111010011111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96734F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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