#96764A

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

Shades of Pale Brown #96764A

Tints of Pale Brown #96764A

Color information

#96764A (or 0x96764A) is unknown color: approx Pale Brown. HEX triplet: 96, 76 and 4A. RGB value is (150,118,74). Sum of RGB (Red+Green+Blue) = 150+118+74=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 150 - color contains mainly: red. Hex color #96764A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96764A is #6989B5. Grayscale: #7A7A7A. Windows color (decimal): -6916534 or 4880022. OLE color: 4880022.

HSL color Cylindrical-coordinate representation of color #96764A: hue angle of 34.74º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96764A is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB15011874-
CMYK00.210.510.41
HSL34.74º33.93%43.92%-
HSV(B)34.74º50.67%58.82%-
XYZ20.2919.949.26-
YUV122.55100.6147.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.86%
GREEN value IS 118 (46.48% from 255) = 34.50%
BLUE value IS 74 (29.30% from 255) = 21.64%
R=43.86%
G=34.50%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501187400.210.510.4134.7433.9343.92
Hex96764A015332923222c
Octal2261661120256351434254
Binary1001011011101101001010010101110011101001100011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96764A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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