#9B7756

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

Shades of Pale Brown #9B7756

Tints of Pale Brown #9B7756

Color information

#9B7756 (or 0x9B7756) is unknown color: approx Pale Brown. HEX triplet: 9B, 77 and 56. RGB value is (155,119,86). Sum of RGB (Red+Green+Blue) = 155+119+86=360 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.06% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7756 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7756 is #6488A9. Grayscale: #7E7E7E. Windows color (decimal): -6588586 or 5666715. OLE color: 5666715.

HSL color Cylindrical-coordinate representation of color #9B7756: hue angle of 28.7º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9B7756 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB15511986-
CMYK00.230.450.39
HSL28.7º28.63%47.25%-
HSV(B)28.7º44.52%60.78%-
XYZ21.7920.8311.68-
YUV126105.43148.68-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.06%
GREEN value IS 119 (46.88% from 255) = 33.06%
BLUE value IS 86 (33.98% from 255) = 23.89%
R=43.06%
G=33.06%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551198600.230.450.3928.728.6347.25
Hex9B77560172D271d1d2f
Octal2331671260275547353557
Binary10011011111011110101100101111011011001111110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,119,86); }

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

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

 a { background-color: rgb(155,119,86); }

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

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

 span { border-color: rgb(155,119,86); }

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