#96764F

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

Shades of Pale Brown #96764F

Tints of Pale Brown #96764F

Color information

#96764F (or 0x96764F) is unknown color: approx Pale Brown. HEX triplet: 96, 76 and 4F. RGB value is (150,118,79). Sum of RGB (Red+Green+Blue) = 150+118+79=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 79 (31.25% from 255 or 22.77% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #96764F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96764F is #6989B0. Grayscale: #7B7B7B. Windows color (decimal): -6916529 or 5207702. OLE color: 5207702.

HSL color Cylindrical-coordinate representation of color #96764F: hue angle of 32.96º 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 #96764F is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB15011879-
CMYK00.210.470.41
HSL32.96º31%44.9%-
HSV(B)32.96º47.33%58.82%-
XYZ20.4720.0110.18-
YUV123.12103.1147.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.23%
GREEN value IS 118 (46.48% from 255) = 34.01%
BLUE value IS 79 (31.25% from 255) = 22.77%
R=43.23%
G=34.01%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501187900.210.470.4132.963144.9
Hex96764F0152F29211f2d
Octal2261661170255751413755
Binary100101101110110100111101010110111110100110000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96764F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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