#9B704C

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

Shades of Pale Brown #9B704C

Tints of Pale Brown #9B704C

Color information

#9B704C (or 0x9B704C) is unknown color: approx Pale Brown. HEX triplet: 9B, 70 and 4C. RGB value is (155,112,76). Sum of RGB (Red+Green+Blue) = 155+112+76=343 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.19% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 155 - color contains mainly: red. Hex color #9B704C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B704C is #648FB3. Grayscale: #787878. Windows color (decimal): -6590388 or 5009563. OLE color: 5009563.

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

Color convert

RGB15511276-
CMYK00.280.510.39
HSL27.34º34.2%45.29%-
HSV(B)27.34º50.97%60.78%-
XYZ20.6219.089.43-
YUV120.75102.75152.43-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.19%
GREEN value IS 112 (44.14% from 255) = 32.65%
BLUE value IS 76 (30.08% from 255) = 22.16%
R=45.19%
G=32.65%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.51
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551127600.280.510.3927.3434.245.29
Hex9B704C01C33271b222d
Octal2331601140346347334255
Binary100110111110000100110001110011001110011111011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B704C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,112,76); }

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

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

 a { background-color: rgb(155,112,76); }

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

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

 span { border-color: rgb(155,112,76); }

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