#9B714E

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

Shades of Pale Brown #9B714E

Tints of Pale Brown #9B714E

Color information

#9B714E (or 0x9B714E) is unknown color: approx Pale Brown. HEX triplet: 9B, 71 and 4E. RGB value is (155,113,78). Sum of RGB (Red+Green+Blue) = 155+113+78=346 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.80% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 155 - color contains mainly: red. Hex color #9B714E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B714E is #648EB1. Grayscale: #797979. Windows color (decimal): -6590130 or 5140891. OLE color: 5140891.

HSL color Cylindrical-coordinate representation of color #9B714E: hue angle of 27.27º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B714E is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.39.

Color convert

RGB15511378-
CMYK00.270.500.39
HSL27.27º33.05%45.69%-
HSV(B)27.27º49.68%60.78%-
XYZ20.819.339.84-
YUV121.57103.41151.85-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.80%
GREEN value IS 113 (44.53% from 255) = 32.66%
BLUE value IS 78 (30.86% from 255) = 22.54%
R=44.80%
G=32.66%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.50
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551137800.270.500.3927.2733.0545.69
Hex9B714E01B32271b212e
Octal2331611160336247334156
Binary100110111110001100111001101111001010011111011100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B714E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,113,78); }

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

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

 a { background-color: rgb(155,113,78); }

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

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

 span { border-color: rgb(155,113,78); }

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