#8E6563

Color #8E6563 Light Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Wood #8E6563

Tints of Light Wood #8E6563

Color information

#8E6563 (or 0x8E6563) is unknown color: approx Light Wood. HEX triplet: 8E, 65 and 63. RGB value is (142,101,99). Sum of RGB (Red+Green+Blue) = 142+101+99=342 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.52% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 99 (39.06% from 255 or 28.95% from 342); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6563 is #719A9C. Grayscale: #717171. Windows color (decimal): -7445149 or 6514062. OLE color: 6514062.

HSL color Cylindrical-coordinate representation of color #8E6563: hue angle of 2.79º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E6563 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB14210199-
CMYK00.290.300.44
HSL2.79º17.84%47.25%-
HSV(B)2.79º30.28%55.69%-
XYZ18.0615.9613.93-
YUV113.03120.08148.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.52%
GREEN value IS 101 (39.84% from 255) = 29.53%
BLUE value IS 99 (39.06% from 255) = 28.95%
R=41.52%
G=29.53%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421019900.290.300.442.7917.8447.25
Hex8E656301D1E2C3122f
Octal216145143035365432257
Binary1000111011001011100011011101111101011001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,101,99); }

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

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

 a { background-color: rgb(142,101,99); }

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

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

 span { border-color: rgb(142,101,99); }

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