#9E764E

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

Shades of Pale Brown #9E764E

Tints of Pale Brown #9E764E

Color information

#9E764E (or 0x9E764E) is unknown color: approx Pale Brown. HEX triplet: 9E, 76 and 4E. RGB value is (158,118,78). Sum of RGB (Red+Green+Blue) = 158+118+78=354 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.63% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 158 - color contains mainly: red. Hex color #9E764E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E764E is #6189B1. Grayscale: #7D7D7D. Windows color (decimal): -6392242 or 5142174. OLE color: 5142174.

HSL color Cylindrical-coordinate representation of color #9E764E: hue angle of 30º 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 #9E764E is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB15811878-
CMYK00.250.510.38
HSL30º33.9%46.27%-
HSV(B)30º50.63%61.96%-
XYZ21.9520.7810.06-
YUV125.4101.25151.25-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.63%
GREEN value IS 118 (46.48% from 255) = 33.33%
BLUE value IS 78 (30.86% from 255) = 22.03%
R=44.63%
G=33.33%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581187800.250.510.383033.946.27
Hex9E764E01933261e222e
Octal2361661160316346364256
Binary100111101110110100111001100111001110011011110100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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