#9F764E

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

Shades of Pale Brown #9F764E

Tints of Pale Brown #9F764E

Color information

#9F764E (or 0x9F764E) is unknown color: approx Pale Brown. HEX triplet: 9F, 76 and 4E. RGB value is (159,118,78). Sum of RGB (Red+Green+Blue) = 159+118+78=355 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.79% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 159 - color contains mainly: red. Hex color #9F764E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F764E is #6089B1. Grayscale: #7D7D7D. Windows color (decimal): -6326706 or 5142175. OLE color: 5142175.

HSL color Cylindrical-coordinate representation of color #9F764E: hue angle of 29.63º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F764E is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB15911878-
CMYK00.260.510.38
HSL29.63º34.18%46.47%-
HSV(B)29.63º50.94%62.35%-
XYZ22.1520.8810.07-
YUV125.7101.08151.75-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.79%
GREEN value IS 118 (46.48% from 255) = 33.24%
BLUE value IS 78 (30.86% from 255) = 21.97%
R=44.79%
G=33.24%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591187800.260.510.3829.6334.1846.47
Hex9F764E01A33261e222e
Octal2371661160326346364256
Binary100111111110110100111001101011001110011011110100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F764E; }

 p { color: rgb(159,118,78); }

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

<style>
 a { background-color: #9F764E; }

 a { background-color: rgb(159,118,78); }

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

<style>
 span { border-color: #9F764E; }

 span { border-color: rgb(159,118,78); }

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