#9B7856

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

Shades of Pale Brown #9B7856

Tints of Pale Brown #9B7856

Color information

#9B7856 (or 0x9B7856) is unknown color: approx Pale Brown. HEX triplet: 9B, 78 and 56. RGB value is (155,120,86). Sum of RGB (Red+Green+Blue) = 155+120+86=361 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.94% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 86 (33.98% from 255 or 23.82% from 361); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7856 is #6487A9. Grayscale: #7E7E7E. Windows color (decimal): -6588330 or 5666971. OLE color: 5666971.

HSL color Cylindrical-coordinate representation of color #9B7856: hue angle of 29.57º 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 #9B7856 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB15512086-
CMYK00.230.450.39
HSL29.57º28.63%47.25%-
HSV(B)29.57º44.52%60.78%-
XYZ21.9121.0711.72-
YUV126.59105.1148.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.94%
GREEN value IS 120 (47.27% from 255) = 33.24%
BLUE value IS 86 (33.98% from 255) = 23.82%
R=42.94%
G=33.24%
B=23.82%

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
Decimal1551208600.230.450.3929.5728.6347.25
Hex9B78560172D271e1d2f
Octal2331701260275547363557
Binary10011011111100010101100101111011011001111111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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