#886643

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

Shades of Dark Wood #886643

Tints of Dark Wood #886643

Color information

#886643 (or 0x886643) is unknown color: approx Dark Wood. HEX triplet: 88, 66 and 43. RGB value is (136,102,67). Sum of RGB (Red+Green+Blue) = 136+102+67=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 67 (26.56% from 255 or 21.97% from 305); Max value from RGB is 136 - color contains mainly: red. Hex color #886643 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886643 is #7799BC. Grayscale: #6C6C6C. Windows color (decimal): -7838141 or 4417160. OLE color: 4417160.

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

Color convert

RGB13610267-
CMYK00.250.510.47
HSL30.43º33.99%39.8%-
HSV(B)30.43º50.74%53.33%-
XYZ15.9215.147.39-
YUV108.18104.76147.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.59%
GREEN value IS 102 (40.23% from 255) = 33.44%
BLUE value IS 67 (26.56% from 255) = 21.97%
R=44.59%
G=33.44%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361026700.250.510.4730.4333.9939.8
Hex886643019332F1e2228
Octal2101461030316357364250
Binary100010001100110100001101100111001110111111110100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886643; }

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

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

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

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

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

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

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

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