#886463

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

Shades of Light Wood #886463

Tints of Light Wood #886463

Color information

#886463 (or 0x886463) is unknown color: approx Light Wood. HEX triplet: 88, 64 and 63. RGB value is (136,100,99). Sum of RGB (Red+Green+Blue) = 136+100+99=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 136 - color contains mainly: red. Hex color #886463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886463 is #779B9C. Grayscale: #6E6E6E. Windows color (decimal): -7838621 or 6513800. OLE color: 6513800.

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

Color convert

RGB13610099-
CMYK00.260.270.47
HSL1.62º15.74%46.08%-
HSV(B)1.62º27.21%53.33%-
XYZ16.9615.2513.85-
YUV110.65121.43146.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.60%
GREEN value IS 100 (39.45% from 255) = 29.85%
BLUE value IS 99 (39.06% from 255) = 29.55%
R=40.60%
G=29.85%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361009900.260.270.471.6215.7446.08
Hex88646301A1B2F2102e
Octal210144143032335722056
Binary1000100011001001100011011010110111011111010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886463; }

 p { color: rgb(136,100,99); }

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

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

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

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

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

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

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