#916F4E

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

Shades of Pale Brown #916F4E

Tints of Pale Brown #916F4E

Color information

#916F4E (or 0x916F4E) is unknown color: approx Pale Brown. HEX triplet: 91, 6F and 4E. RGB value is (145,111,78). Sum of RGB (Red+Green+Blue) = 145+111+78=334 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.41% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 145 - color contains mainly: red. Hex color #916F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916F4E is #6E90B1. Grayscale: #757575. Windows color (decimal): -7246002 or 5140369. OLE color: 5140369.

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

Color convert

RGB14511178-
CMYK00.230.460.43
HSL29.55º30.04%43.73%-
HSV(B)29.55º46.21%56.86%-
XYZ18.7417.949.68-
YUV117.4105.76147.68-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.41%
GREEN value IS 111 (43.75% from 255) = 33.23%
BLUE value IS 78 (30.86% from 255) = 23.35%
R=43.41%
G=33.23%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451117800.230.460.4329.5530.0443.73
Hex916F4E0172E2B1e1e2c
Octal2211571160275653363654
Binary10010001110111110011100101111011101010111111011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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