Html Css Color HEX #9C764D Pale Brown

📋 copy color: '#9C764D'

red 156 ◦ green 118 ◦ blue 77

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

Shades of Pale Brown #9C764D

Tints of Pale Brown #9C764D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.94%

R = 44.44%
G = 33.62%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#9C764D (or 0x9C764D) is known color: Pale Brown. HEX triplet: 9C, 76 and 4D. RGB value is (156,118,77). Sum of RGB (Red+Green+Blue) = 156+118+77=351 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.44% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 156 - color contains mainly: red. Hex color #9C764D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C764D is #6389B2. Grayscale: #7C7C7C. Windows color (decimal): -6523315 or 5076636. OLE color: 5076636.

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

Color convert

RGB 156 118 77 -
CMYK 0 0.24 0.51 0.39
HSL 31.14º 0.34% 0.46% -
HSV(B) 31.14º 0.51% 0.61% -
XYZ 21.53 20.56 9.86 -
YUV 124.69 101.09 150.33 -
System Red Green Blue C M Y K H S L
Decimal 156 118 77 0 0.24 0.51 0.39 31.14 0.34 0.46
Hex 9C 76 4D 0 18 33 27 1F 22 2E
Octal 234 166 115 0 30 63 47 37 42 56
Binary 10011100 1110110 1001101 0 11000 110011 100111 11111 100010 101110

Color Harmonies of #9C764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C764D

Black with #9C764D

Text Example


Text Example

White with #9C764D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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