#91765A

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

Shades of Pale Brown #91765A

Tints of Pale Brown #91765A

Color information

#91765A (or 0x91765A) is unknown color: approx Pale Brown. HEX triplet: 91, 76 and 5A. RGB value is (145,118,90). Sum of RGB (Red+Green+Blue) = 145+118+90=353 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.08% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 145 - color contains mainly: red. Hex color #91765A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91765A is #6E89A5. Grayscale: #7B7B7B. Windows color (decimal): -7244198 or 5928593. OLE color: 5928593.

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

Color convert

RGB14511890-
CMYK00.190.380.43
HSL30.55º23.4%46.08%-
HSV(B)30.55º37.93%56.86%-
XYZ2019.7112.42-
YUV122.88109.45143.78-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.08%
GREEN value IS 118 (46.48% from 255) = 33.43%
BLUE value IS 90 (35.55% from 255) = 25.50%
R=41.08%
G=33.43%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451189000.190.380.4330.5523.446.08
Hex91765A013262B1f172e
Octal2211661320234653372756
Binary10010001111011010110100100111001101010111111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91765A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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