#9E764C

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

Shades of Pale Brown #9E764C

Tints of Pale Brown #9E764C

Color information

#9E764C (or 0x9E764C) is unknown color: approx Pale Brown. HEX triplet: 9E, 76 and 4C. RGB value is (158,118,76). Sum of RGB (Red+Green+Blue) = 158+118+76=352 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.89% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 158 - color contains mainly: red. Hex color #9E764C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E764C is #6189B3. Grayscale: #7D7D7D. Windows color (decimal): -6392244 or 5011102. OLE color: 5011102.

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

Color convert

RGB15811876-
CMYK00.250.520.38
HSL30.73º35.04%45.88%-
HSV(B)30.73º51.9%61.96%-
XYZ21.8820.759.69-
YUV125.17100.25151.42-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.89%
GREEN value IS 118 (46.48% from 255) = 33.52%
BLUE value IS 76 (30.08% from 255) = 21.59%
R=44.89%
G=33.52%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581187600.250.520.3830.7335.0445.88
Hex9E764C01934261f232e
Octal2361661140316446374356
Binary100111101110110100110001100111010010011011111100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E764C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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