#91764D

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

Shades of Pale Brown #91764D

Tints of Pale Brown #91764D

Color information

#91764D (or 0x91764D) is unknown color: approx Pale Brown. HEX triplet: 91, 76 and 4D. RGB value is (145,118,77). Sum of RGB (Red+Green+Blue) = 145+118+77=340 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.65% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 145 - color contains mainly: red. Hex color #91764D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91764D is #6E89B2. Grayscale: #797979. Windows color (decimal): -7244211 or 5076625. OLE color: 5076625.

HSL color Cylindrical-coordinate representation of color #91764D: hue angle of 36.18º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #91764D is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB14511877-
CMYK00.190.470.43
HSL36.18º30.63%43.53%-
HSV(B)36.18º46.9%56.86%-
XYZ19.519.519.76-
YUV121.4102.95144.83-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.65%
GREEN value IS 118 (46.48% from 255) = 34.71%
BLUE value IS 77 (30.47% from 255) = 22.65%
R=42.65%
G=34.71%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451187700.190.470.4336.1830.6343.53
Hex91764D0132F2B241f2c
Octal2211661150235753443754
Binary100100011110110100110101001110111110101110010011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91764D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91764D; }

 p { color: rgb(145,118,77); }

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

<style>
 a { background-color: #91764D; }

 a { background-color: rgb(145,118,77); }

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

<style>
 span { border-color: #91764D; }

 span { border-color: rgb(145,118,77); }

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