#9C704B

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

Shades of Pale Brown #9C704B

Tints of Pale Brown #9C704B

Color information

#9C704B (or 0x9C704B) is unknown color: approx Pale Brown. HEX triplet: 9C, 70 and 4B. RGB value is (156,112,75). Sum of RGB (Red+Green+Blue) = 156+112+75=343 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.48% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 156 - color contains mainly: red. Hex color #9C704B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C704B is #638FB4. Grayscale: #797979. Windows color (decimal): -6524853 or 4944028. OLE color: 4944028.

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

Color convert

RGB15611275-
CMYK00.280.520.39
HSL27.41º35.06%45.29%-
HSV(B)27.41º51.92%61.18%-
XYZ20.7719.169.26-
YUV120.94102.08153.01-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.48%
GREEN value IS 112 (44.14% from 255) = 32.65%
BLUE value IS 75 (29.69% from 255) = 21.87%
R=45.48%
G=32.65%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561127500.280.520.3927.4135.0645.29
Hex9C704B01C34271b232d
Octal2341601130346447334355
Binary100111001110000100101101110011010010011111011100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C704B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,112,75); }

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

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

 a { background-color: rgb(156,112,75); }

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

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

 span { border-color: rgb(156,112,75); }

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