#88664C

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

Shades of Dark Wood #88664C

Tints of Dark Wood #88664C

Color information

#88664C (or 0x88664C) is unknown color: approx Dark Wood. HEX triplet: 88, 66 and 4C. RGB value is (136,102,76). Sum of RGB (Red+Green+Blue) = 136+102+76=314 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.31% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 136 - color contains mainly: red. Hex color #88664C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88664C is #7799B3. Grayscale: #6D6D6D. Windows color (decimal): -7838132 or 5006984. OLE color: 5006984.

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

Color convert

RGB13610276-
CMYK00.250.440.47
HSL26º28.3%41.57%-
HSV(B)26º44.12%53.33%-
XYZ16.2115.268.93-
YUV109.2109.26147.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.31%
GREEN value IS 102 (40.23% from 255) = 32.48%
BLUE value IS 76 (30.08% from 255) = 24.20%
R=43.31%
G=32.48%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361027600.250.440.472628.341.57
Hex88664C0192C2F1a1c2a
Octal2101461140315457323452
Binary10001000110011010011000110011011001011111101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88664C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88664C; }

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

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

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

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

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

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

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

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