#886462

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

Shades of Light Wood #886462

Tints of Light Wood #886462

Color information

#886462 (or 0x886462) is unknown color: approx Light Wood. HEX triplet: 88, 64 and 62. RGB value is (136,100,98). Sum of RGB (Red+Green+Blue) = 136+100+98=334 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.72% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 136 - color contains mainly: red. Hex color #886462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886462 is #779B9D. Grayscale: #6E6E6E. Windows color (decimal): -7838622 or 6448264. OLE color: 6448264.

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

Color convert

RGB13610098-
CMYK00.260.280.47
HSL3.16º16.24%45.88%-
HSV(B)3.16º27.94%53.33%-
XYZ16.9215.2313.6-
YUV110.54120.93146.16-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.72%
GREEN value IS 100 (39.45% from 255) = 29.94%
BLUE value IS 98 (38.67% from 255) = 29.34%
R=40.72%
G=29.94%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361009800.260.280.473.1616.2445.88
Hex88646201A1C2F3102e
Octal210144142032345732056
Binary1000100011001001100010011010111001011111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886462; }

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

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

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

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

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

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

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

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