#916F4D

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

Shades of Pale Brown #916F4D

Tints of Pale Brown #916F4D

Color information

#916F4D (or 0x916F4D) is unknown color: approx Pale Brown. HEX triplet: 91, 6F and 4D. RGB value is (145,111,77). Sum of RGB (Red+Green+Blue) = 145+111+77=333 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.54% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 145 - color contains mainly: red. Hex color #916F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916F4D is #6E90B2. Grayscale: #757575. Windows color (decimal): -7246003 or 5074833. OLE color: 5074833.

HSL color Cylindrical-coordinate representation of color #916F4D: hue angle of 30º 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 #916F4D is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB14511177-
CMYK00.230.470.43
HSL30º30.63%43.53%-
HSV(B)30º46.9%56.86%-
XYZ18.717.929.5-
YUV117.29105.26147.76-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.54%
GREEN value IS 111 (43.75% from 255) = 33.33%
BLUE value IS 77 (30.47% from 255) = 23.12%
R=43.54%
G=33.33%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451117700.230.470.433030.6343.53
Hex916F4D0172F2B1e1f2c
Octal2211571150275753363754
Binary10010001110111110011010101111011111010111111011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916F4D; }

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

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

<style>
 a { background-color: #916F4D; }

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

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

<style>
 span { border-color: #916F4D; }

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

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