#96754C

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

Shades of Pale Brown #96754C

Tints of Pale Brown #96754C

Color information

#96754C (or 0x96754C) is unknown color: approx Pale Brown. HEX triplet: 96, 75 and 4C. RGB value is (150,117,76). Sum of RGB (Red+Green+Blue) = 150+117+76=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 150 - color contains mainly: red. Hex color #96754C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96754C is #698AB3. Grayscale: #7A7A7A. Windows color (decimal): -6916788 or 5010838. OLE color: 5010838.

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

Color convert

RGB15011776-
CMYK00.220.490.41
HSL33.24º32.74%44.31%-
HSV(B)33.24º49.33%58.82%-
XYZ20.2419.739.58-
YUV122.19101.93147.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.73%
GREEN value IS 117 (46.09% from 255) = 34.11%
BLUE value IS 76 (30.08% from 255) = 22.16%
R=43.73%
G=34.11%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501177600.220.490.4133.2432.7444.31
Hex96754C016312921212c
Octal2261651140266151414154
Binary1001011011101011001100010110110001101001100001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96754C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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