#9B764D

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

Shades of Pale Brown #9B764D

Tints of Pale Brown #9B764D

Color information

#9B764D (or 0x9B764D) is unknown color: approx Pale Brown. HEX triplet: 9B, 76 and 4D. RGB value is (155,118,77). Sum of RGB (Red+Green+Blue) = 155+118+77=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 155 - color contains mainly: red. Hex color #9B764D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B764D is #6489B2. Grayscale: #7C7C7C. Windows color (decimal): -6588851 or 5076635. OLE color: 5076635.

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

Color convert

RGB15511877-
CMYK00.240.500.39
HSL31.54º33.62%45.49%-
HSV(B)31.54º50.32%60.78%-
XYZ21.3420.469.85-
YUV124.39101.26149.83-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.29%
GREEN value IS 118 (46.48% from 255) = 33.71%
BLUE value IS 77 (30.47% from 255) = 22%
R=44.29%
G=33.71%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551187700.240.500.3931.5433.6245.49
Hex9B764D018322720222d
Octal2331661150306247404255
Binary1001101111101101001101011000110010100111100000100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B764D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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