#8D6564

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

Shades of Light Wood #8D6564

Tints of Light Wood #8D6564

Color information

#8D6564 (or 0x8D6564) is unknown color: approx Light Wood. HEX triplet: 8D, 65 and 64. RGB value is (141,101,100). Sum of RGB (Red+Green+Blue) = 141+101+100=342 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.23% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 100 (39.45% from 255 or 29.24% from 342); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6564 is #729A9B. Grayscale: #707070. Windows color (decimal): -7510684 or 6579597. OLE color: 6579597.

HSL color Cylindrical-coordinate representation of color #8D6564: hue angle of 1.46º 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 #8D6564 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB141101100-
CMYK00.280.290.45
HSL1.46º17.01%47.25%-
HSV(B)1.46º29.08%55.29%-
XYZ17.9415.8914.18-
YUV112.85120.75148.08-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.23%
GREEN value IS 101 (39.84% from 255) = 29.53%
BLUE value IS 100 (39.45% from 255) = 29.24%
R=41.23%
G=29.53%
B=29.24%

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
Decimal14110110000.280.290.451.4617.0147.25
Hex8D656401C1D2D1112f
Octal215145144034355512157
Binary100011011100101110010001110011101101101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,101,100); }

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

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

 a { background-color: rgb(141,101,100); }

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

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

 span { border-color: rgb(141,101,100); }

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