#9B7656

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

Shades of Pale Brown #9B7656

Tints of Pale Brown #9B7656

Color information

#9B7656 (or 0x9B7656) is unknown color: approx Pale Brown. HEX triplet: 9B, 76 and 56. RGB value is (155,118,86). Sum of RGB (Red+Green+Blue) = 155+118+86=359 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.18% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7656 is #6489A9. Grayscale: #7D7D7D. Windows color (decimal): -6588842 or 5666459. OLE color: 5666459.

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

Color convert

RGB15511886-
CMYK00.240.450.39
HSL27.83º28.63%47.25%-
HSV(B)27.83º44.52%60.78%-
XYZ21.6820.611.64-
YUV125.42105.76149.1-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.18%
GREEN value IS 118 (46.48% from 255) = 32.87%
BLUE value IS 86 (33.98% from 255) = 23.96%
R=43.18%
G=32.87%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551188600.240.450.3927.8328.6347.25
Hex9B76560182D271c1d2f
Octal2331661260305547343557
Binary10011011111011010101100110001011011001111110011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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