#8E6F4E

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

Shades of Pale Brown #8E6F4E

Tints of Pale Brown #8E6F4E

Color information

#8E6F4E (or 0x8E6F4E) is unknown color: approx Pale Brown. HEX triplet: 8E, 6F and 4E. RGB value is (142,111,78). Sum of RGB (Red+Green+Blue) = 142+111+78=331 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.90% from 331); Green value is 111 (43.75% from 255 or 33.53% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6F4E is #7190B1. Grayscale: #747474. Windows color (decimal): -7442610 or 5140366. OLE color: 5140366.

HSL color Cylindrical-coordinate representation of color #8E6F4E: hue angle of 30.94º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8E6F4E is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.44.

Color convert

RGB14211178-
CMYK00.220.450.44
HSL30.94º29.09%43.14%-
HSV(B)30.94º45.07%55.69%-
XYZ18.2117.679.66-
YUV116.51106.27146.18-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.90%
GREEN value IS 111 (43.75% from 255) = 33.53%
BLUE value IS 78 (30.86% from 255) = 23.56%
R=42.90%
G=33.53%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421117800.220.450.4430.9429.0943.14
Hex8E6F4E0162D2C1f1d2b
Octal2161571160265554373553
Binary10001110110111110011100101101011011011001111111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E6F4E; }

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

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

<style>
 a { background-color: #8E6F4E; }

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

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

<style>
 span { border-color: #8E6F4E; }

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

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