#886648

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

Shades of Dark Wood #886648

Tints of Dark Wood #886648

Color information

#886648 (or 0x886648) is unknown color: approx Dark Wood. HEX triplet: 88, 66 and 48. RGB value is (136,102,72). Sum of RGB (Red+Green+Blue) = 136+102+72=310 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.87% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 136 - color contains mainly: red. Hex color #886648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886648 is #7799B7. Grayscale: #6C6C6C. Windows color (decimal): -7838136 or 4744840. OLE color: 4744840.

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

Color convert

RGB13610272-
CMYK00.250.470.47
HSL28.12º30.77%40.78%-
HSV(B)28.12º47.06%53.33%-
XYZ16.0715.28.22-
YUV108.75107.26147.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.87%
GREEN value IS 102 (40.23% from 255) = 32.90%
BLUE value IS 72 (28.52% from 255) = 23.23%
R=43.87%
G=32.90%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361027200.250.470.4728.1230.7740.78
Hex8866480192F2F1c1f29
Octal2101461100315757343751
Binary10001000110011010010000110011011111011111110011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886648; }

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

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

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

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

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

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

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

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