#886464

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

Shades of Light Wood #886464

Tints of Light Wood #886464

Color information

#886464 (or 0x886464) is unknown color: approx Light Wood. HEX triplet: 88, 64 and 64. RGB value is (136,100,100). Sum of RGB (Red+Green+Blue) = 136+100+100=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 136 - color contains mainly: red. Hex color #886464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886464 is #779B9B. Grayscale: #6E6E6E. Windows color (decimal): -7838620 or 6579336. OLE color: 6579336.

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

Color convert

RGB136100100-
CMYK00.260.260.47
HSL15.25%46.27%-
HSV(B)26.47%53.33%-
XYZ17.0115.2714.11-
YUV110.76121.93146-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.48%
GREEN value IS 100 (39.45% from 255) = 29.76%
BLUE value IS 100 (39.45% from 255) = 29.76%
R=40.48%
G=29.76%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610010000.260.260.47015.2546.27
Hex88646401A1A2F0f2e
Octal210144144032325701756
Binary10001000110010011001000110101101010111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886464; }

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

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

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

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

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

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

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

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