#91765C

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

Shades of Pale Brown #91765C

Tints of Pale Brown #91765C

Color information

#91765C (or 0x91765C) is unknown color: approx Pale Brown. HEX triplet: 91, 76 and 5C. RGB value is (145,118,92). Sum of RGB (Red+Green+Blue) = 145+118+92=355 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.85% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 145 - color contains mainly: red. Hex color #91765C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91765C is #6E89A3. Grayscale: #7B7B7B. Windows color (decimal): -7244196 or 6059665. OLE color: 6059665.

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

Color convert

RGB14511892-
CMYK00.190.370.43
HSL29.43º22.36%46.47%-
HSV(B)29.43º36.55%56.86%-
XYZ20.0919.7512.88-
YUV123.11110.45143.61-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.85%
GREEN value IS 118 (46.48% from 255) = 33.24%
BLUE value IS 92 (36.33% from 255) = 25.92%
R=40.85%
G=33.24%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451189200.190.370.4329.4322.3646.47
Hex91765C013252B1d162e
Octal2211661340234553352656
Binary10010001111011010111000100111001011010111110110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91765C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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