Html Css Color HEX #9E764F Pale Brown

📋 copy color: '#9E764F'

red 158 ◦ green 118 ◦ blue 79

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

Shades of Pale Brown #9E764F

Tints of Pale Brown #9E764F

RGB

 RED value IS 158 (62.11% from 255) = 44.51%

 GREEN value IS 118 (46.48% from 255) = 33.24%

 BLUE value IS 79 (31.25% from 255) = 22.25%

R = 44.51%
G = 33.24%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#9E764F (or 0x9E764F) is known color: Pale Brown. HEX triplet: 9E, 76 and 4F. RGB value is (158,118,79). Sum of RGB (Red+Green+Blue) = 158+118+79=355 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.51% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 158 - color contains mainly: red. Hex color #9E764F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E764F is #6189B0. Grayscale: #7D7D7D. Windows color (decimal): -6392241 or 5207710. OLE color: 5207710.

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

Color convert

RGB 158 118 79 -
CMYK 0 0.25 0.50 0.38
HSL 29.62º 0.33% 0.46% -
HSV(B) 29.62º 0.5% 0.62% -
XYZ 21.99 20.79 10.25 -
YUV 125.51 101.75 151.17 -
System Red Green Blue C M Y K H S L
Decimal 158 118 79 0 0.25 0.50 0.38 29.62 0.33 0.46
Hex 9E 76 4F 0 19 32 26 1E 21 2E
Octal 236 166 117 0 31 62 46 36 41 56
Binary 10011110 1110110 1001111 0 11001 110010 100110 11110 100001 101110

Color Harmonies of #9E764F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E764F

Black with #9E764F

Text Example


Text Example

White with #9E764F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E764F;
 }
 .AnyTagClassName
 {
   color: #9E764F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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