#91764C

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

Shades of Pale Brown #91764C

Tints of Pale Brown #91764C

Color information

#91764C (or 0x91764C) is unknown color: approx Pale Brown. HEX triplet: 91, 76 and 4C. RGB value is (145,118,76). Sum of RGB (Red+Green+Blue) = 145+118+76=339 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.77% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 145 - color contains mainly: red. Hex color #91764C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91764C is #6E89B3. Grayscale: #797979. Windows color (decimal): -7244212 or 5011089. OLE color: 5011089.

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

Color convert

RGB14511876-
CMYK00.190.480.43
HSL36.52º31.22%43.33%-
HSV(B)36.52º47.59%56.86%-
XYZ19.4619.59.58-
YUV121.28102.45144.92-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.77%
GREEN value IS 118 (46.48% from 255) = 34.81%
BLUE value IS 76 (30.08% from 255) = 22.42%
R=42.77%
G=34.81%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451187600.190.480.4336.5231.2243.33
Hex91764C013302B251f2b
Octal2211661140236053453753
Binary100100011110110100110001001111000010101110010111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91764C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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