#96734B

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

Shades of Pale Brown #96734B

Tints of Pale Brown #96734B

Color information

#96734B (or 0x96734B) is unknown color: approx Pale Brown. HEX triplet: 96, 73 and 4B. RGB value is (150,115,75). Sum of RGB (Red+Green+Blue) = 150+115+75=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 150 - color contains mainly: red. Hex color #96734B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96734B is #698CB4. Grayscale: #797979. Windows color (decimal): -6917301 or 4944790. OLE color: 4944790.

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

Color convert

RGB15011575-
CMYK00.230.50.41
HSL32º33.33%44.12%-
HSV(B)32º50%58.82%-
XYZ19.9819.259.32-
YUV120.9102.1148.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.12%
GREEN value IS 115 (45.31% from 255) = 33.82%
BLUE value IS 75 (29.69% from 255) = 22.06%
R=44.12%
G=33.82%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.5
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501157500.230.50.413233.3344.12
Hex96734B017322920212c
Octal2261631130276251404154
Binary1001011011100111001011010111110010101001100000100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96734B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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