#91765D

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

Shades of Pale Brown #91765D

Tints of Pale Brown #91765D

Color information

#91765D (or 0x91765D) is unknown color: approx Pale Brown. HEX triplet: 91, 76 and 5D. RGB value is (145,118,93). Sum of RGB (Red+Green+Blue) = 145+118+93=356 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.73% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 145 - color contains mainly: red. Hex color #91765D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91765D is #6E89A2. Grayscale: #7B7B7B. Windows color (decimal): -7244195 or 6125201. OLE color: 6125201.

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

Color convert

RGB14511893-
CMYK00.190.360.43
HSL28.85º21.85%46.67%-
HSV(B)28.85º35.86%56.86%-
XYZ20.1319.7713.11-
YUV123.22110.95143.53-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.73%
GREEN value IS 118 (46.48% from 255) = 33.15%
BLUE value IS 93 (36.72% from 255) = 26.12%
R=40.73%
G=33.15%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451189300.190.360.4328.8521.8546.67
Hex91765D013242B1d162f
Octal2211661350234453352657
Binary10010001111011010111010100111001001010111110110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91765D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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