#866060

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

Shades of Light Wood #866060

Tints of Light Wood #866060

Color information

#866060 (or 0x866060) is unknown color: approx Light Wood. HEX triplet: 86, 60 and 60. RGB value is (134,96,96). Sum of RGB (Red+Green+Blue) = 134+96+96=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 134 - color contains mainly: red. Hex color #866060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866060 is #799F9F. Grayscale: #6B6B6B. Windows color (decimal): -7970720 or 6316166. OLE color: 6316166.

HSL color Cylindrical-coordinate representation of color #866060: hue angle of 0º 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 #866060 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB1349696-
CMYK00.280.280.47
HSL16.52%45.1%-
HSV(B)28.36%52.55%-
XYZ16.1314.2812.97-
YUV107.36121.59147-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.10%
GREEN value IS 96 (37.89% from 255) = 29.45%
BLUE value IS 96 (37.89% from 255) = 29.45%
R=41.10%
G=29.45%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134969600.280.280.47016.5245.1
Hex86606001C1C2F0112d
Octal206140140034345702155
Binary100001101100000110000001110011100101111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866060; }

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

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

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

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

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

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

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

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