#886746

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

Shades of Dark Wood #886746

Tints of Dark Wood #886746

Color information

#886746 (or 0x886746) is unknown color: approx Dark Wood. HEX triplet: 88, 67 and 46. RGB value is (136,103,70). Sum of RGB (Red+Green+Blue) = 136+103+70=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 136 - color contains mainly: red. Hex color #886746 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886746 is #7798B9. Grayscale: #6D6D6D. Windows color (decimal): -7837882 or 4614024. OLE color: 4614024.

HSL color Cylindrical-coordinate representation of color #886746: hue angle of 30º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #886746 is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB13610370-
CMYK00.240.490.47
HSL30º32.04%40.39%-
HSV(B)30º48.53%53.33%-
XYZ16.1115.387.91-
YUV109.1105.93147.18-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.01%
GREEN value IS 103 (40.62% from 255) = 33.33%
BLUE value IS 70 (27.73% from 255) = 22.65%
R=44.01%
G=33.33%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361037000.240.490.473032.0440.39
Hex886746018312F1e2028
Octal2101471060306157364050
Binary100010001100111100011001100011000110111111110100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886746; }

 p { color: rgb(136,103,70); }

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

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

 a { background-color: rgb(136,103,70); }

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

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

 span { border-color: rgb(136,103,70); }

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