#886260

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

Shades of Light Wood #886260

Tints of Light Wood #886260

Color information

#886260 (or 0x886260) is unknown color: approx Light Wood. HEX triplet: 88, 62 and 60. RGB value is (136,98,96). Sum of RGB (Red+Green+Blue) = 136+98+96=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 136 - color contains mainly: red. Hex color #886260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886260 is #779D9F. Grayscale: #6D6D6D. Windows color (decimal): -7839136 or 6316680. OLE color: 6316680.

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

Color convert

RGB1369896-
CMYK00.280.290.47
HSL17.24%45.49%-
HSV(B)29.41%53.33%-
XYZ16.6314.8113.05-
YUV109.13120.59147.16-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.21%
GREEN value IS 98 (38.67% from 255) = 29.70%
BLUE value IS 96 (37.89% from 255) = 29.09%
R=41.21%
G=29.70%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136989600.280.290.47317.2445.49
Hex88626001C1D2F3112d
Octal210142140034355732155
Binary1000100011000101100000011100111011011111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886260; }

 p { color: rgb(136,98,96); }

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

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

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

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

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

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

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