Html Css Color HEX #9C764E Pale Brown

📋 copy color: '#9C764E'

red 156 ◦ green 118 ◦ blue 78

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

Shades of Pale Brown #9C764E

Tints of Pale Brown #9C764E

RGB

 RED value IS 156 (61.33% from 255) = 44.32%

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

 BLUE value IS 78 (30.86% from 255) = 22.16%

R = 44.32%
G = 33.52%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.5

 K value IS 0.39

RGB Variations

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

Color information

#9C764E (or 0x9C764E) is known color: Pale Brown. HEX triplet: 9C, 76 and 4E. RGB value is (156,118,78). Sum of RGB (Red+Green+Blue) = 156+118+78=352 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.32% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 156 - color contains mainly: red. Hex color #9C764E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C764E is #6389B1. Grayscale: #7C7C7C. Windows color (decimal): -6523314 or 5142172. OLE color: 5142172.

HSL color Cylindrical-coordinate representation of color #9C764E: hue angle of 30.77º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9C764E is Cyan = 0, Magento = 0.24, Yellow = 0.5 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 118 78 -
CMYK 0 0.24 0.5 0.39
HSL 30.77º 0.33% 0.46% -
HSV(B) 30.77º 0.5% 0.61% -
XYZ 21.56 20.57 10.04 -
YUV 124.8 101.59 150.25 -
System Red Green Blue C M Y K H S L
Decimal 156 118 78 0 0.24 0.5 0.39 30.77 0.33 0.46
Hex 9C 76 4E 0 18 32 27 1F 21 2E
Octal 234 166 116 0 30 62 47 37 41 56
Binary 10011100 1110110 1001110 0 11000 110010 100111 11111 100001 101110

Color Harmonies of #9C764E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C764E

Black with #9C764E

Text Example


Text Example

White with #9C764E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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