#8C6848

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

Shades of Dark Wood #8C6848

Tints of Dark Wood #8C6848

Color information

#8C6848 (or 0x8C6848) is unknown color: approx Dark Wood. HEX triplet: 8C, 68 and 48. RGB value is (140,104,72). Sum of RGB (Red+Green+Blue) = 140+104+72=316 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.30% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6848 is #7397B7. Grayscale: #6F6F6F. Windows color (decimal): -7575480 or 4745356. OLE color: 4745356.

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

Color convert

RGB14010472-
CMYK00.260.490.45
HSL28.24º32.08%41.57%-
HSV(B)28.24º48.57%54.9%-
XYZ16.9415.948.32-
YUV111.12105.93148.6-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.30%
GREEN value IS 104 (41.02% from 255) = 32.91%
BLUE value IS 72 (28.52% from 255) = 22.78%
R=44.30%
G=32.91%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401047200.260.490.4528.2432.0841.57
Hex8C684801A312D1c202a
Octal2141501100326155344052
Binary100011001101000100100001101011000110110111100100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,104,72); }

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

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

 a { background-color: rgb(140,104,72); }

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

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

 span { border-color: rgb(140,104,72); }

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