#8D6648

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

Shades of Dark Wood #8D6648

Tints of Dark Wood #8D6648

Color information

#8D6648 (or 0x8D6648) is unknown color: approx Dark Wood. HEX triplet: 8D, 66 and 48. RGB value is (141,102,72). Sum of RGB (Red+Green+Blue) = 141+102+72=315 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.76% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6648 is #7299B7. Grayscale: #6E6E6E. Windows color (decimal): -7510456 or 4744845. OLE color: 4744845.

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

Color convert

RGB14110272-
CMYK00.280.490.45
HSL26.09º32.39%41.76%-
HSV(B)26.09º48.94%55.29%-
XYZ16.9115.638.26-
YUV110.24106.42149.94-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.76%
GREEN value IS 102 (40.23% from 255) = 32.38%
BLUE value IS 72 (28.52% from 255) = 22.86%
R=44.76%
G=32.38%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411027200.280.490.4526.0932.3941.76
Hex8D664801C312D1a202a
Octal2151461100346155324052
Binary100011011100110100100001110011000110110111010100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,102,72); }

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

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

 a { background-color: rgb(141,102,72); }

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

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

 span { border-color: rgb(141,102,72); }

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