#886666

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

Shades of Light Wood #886666

Tints of Light Wood #886666

Color information

#886666 (or 0x886666) is unknown color: approx Light Wood. HEX triplet: 88, 66 and 66. RGB value is (136,102,102). Sum of RGB (Red+Green+Blue) = 136+102+102=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 136 - color contains mainly: red. Hex color #886666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886666 is #779999. Grayscale: #707070. Windows color (decimal): -7838106 or 6710920. OLE color: 6710920.

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

Color convert

RGB136102102-
CMYK00.250.250.47
HSL14.29%46.67%-
HSV(B)25%53.33%-
XYZ17.315.714.69-
YUV112.17122.26145-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40%
GREEN value IS 102 (40.23% from 255) = 30%
BLUE value IS 102 (40.23% from 255) = 30%
R=40%
G=30%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610210200.250.250.47014.2946.67
Hex886666019192F0e2f
Octal210146146031315701657
Binary10001000110011011001100110011100110111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886666; }

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

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

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

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

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

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

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

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