#866260

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

Shades of Light Wood #866260

Tints of Light Wood #866260

Color information

#866260 (or 0x866260) is unknown color: approx Light Wood. HEX triplet: 86, 62 and 60. RGB value is (134,98,96). Sum of RGB (Red+Green+Blue) = 134+98+96=328 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.85% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 134 - color contains mainly: red. Hex color #866260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866260 is #799D9F. Grayscale: #6C6C6C. Windows color (decimal): -7970208 or 6316678. OLE color: 6316678.

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

Color convert

RGB1349896-
CMYK00.270.280.47
HSL3.16º16.52%45.1%-
HSV(B)3.16º28.36%52.55%-
XYZ16.3114.6513.03-
YUV108.54120.93146.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.85%
GREEN value IS 98 (38.67% from 255) = 29.88%
BLUE value IS 96 (37.89% from 255) = 29.27%
R=40.85%
G=29.88%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134989600.270.280.473.1616.5245.1
Hex86626001B1C2F3112d
Octal206142140033345732155
Binary1000011011000101100000011011111001011111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866260; }

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

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

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

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

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

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

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

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