#886646

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

Shades of Dark Wood #886646

Tints of Dark Wood #886646

Color information

#886646 (or 0x886646) is unknown color: approx Dark Wood. HEX triplet: 88, 66 and 46. RGB value is (136,102,70). Sum of RGB (Red+Green+Blue) = 136+102+70=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 136 - color contains mainly: red. Hex color #886646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886646 is #7799B9. Grayscale: #6C6C6C. Windows color (decimal): -7838138 or 4613768. OLE color: 4613768.

HSL color Cylindrical-coordinate representation of color #886646: hue angle of 29.09º 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 #886646 is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB13610270-
CMYK00.250.490.47
HSL29.09º32.04%40.39%-
HSV(B)29.09º48.53%53.33%-
XYZ16.0115.187.88-
YUV108.52106.26147.6-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.16%
GREEN value IS 102 (40.23% from 255) = 33.12%
BLUE value IS 70 (27.73% from 255) = 22.73%
R=44.16%
G=33.12%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361027000.250.490.4729.0932.0440.39
Hex886646019312F1d2028
Octal2101461060316157354050
Binary100010001100110100011001100111000110111111101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886646; }

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

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

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

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

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

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

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

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