Html Css Color HEX #9E764C Pale Brown

📋 copy color: '#9E764C'

red 158 ◦ green 118 ◦ blue 76

#9E764C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Brown #9E764C

Tints of Pale Brown #9E764C

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 value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.38

RGB Variations

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

Color information

#9E764C (or 0x9E764C) is known color: 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

RGB 158 118 76 -
CMYK 0 0.25 0.52 0.38
HSL 30.73º 0.35% 0.46% -
HSV(B) 30.73º 0.52% 0.62% -
XYZ 21.88 20.75 9.69 -
YUV 125.17 100.25 151.42 -
System Red Green Blue C M Y K H S L
Decimal 158 118 76 0 0.25 0.52 0.38 30.73 0.35 0.46
Hex 9E 76 4C 0 19 34 26 1F 23 2E
Octal 236 166 114 0 31 64 46 37 43 56
Binary 10011110 1110110 1001100 0 11001 110100 100110 11111 100011 101110

Color Harmonies of #9E764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E764C

Black with #9E764C

Text Example


Text Example

White with #9E764C

Text Example


Text Example

HTML Codes & Css Web 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>