#8C6563

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

Shades of Light Wood #8C6563

Tints of Light Wood #8C6563

Color information

#8C6563 (or 0x8C6563) is unknown color: approx Light Wood. HEX triplet: 8C, 65 and 63. RGB value is (140,101,99). Sum of RGB (Red+Green+Blue) = 140+101+99=340 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.18% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6563 is #739A9C. Grayscale: #707070. Windows color (decimal): -7576221 or 6514060. OLE color: 6514060.

HSL color Cylindrical-coordinate representation of color #8C6563: hue angle of 2.93º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8C6563 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB14010199-
CMYK00.280.290.45
HSL2.93º17.15%46.86%-
HSV(B)2.93º29.29%54.9%-
XYZ17.7215.7813.92-
YUV112.43120.42147.66-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.18%
GREEN value IS 101 (39.84% from 255) = 29.71%
BLUE value IS 99 (39.06% from 255) = 29.12%
R=41.18%
G=29.71%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401019900.280.290.452.9317.1546.86
Hex8C656301C1D2D3112f
Octal214145143034355532157
Binary1000110011001011100011011100111011011011110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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