#86605F

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

Shades of Light Wood #86605F

Tints of Light Wood #86605F

Color information

#86605F (or 0x86605F) is unknown color: approx Light Wood. HEX triplet: 86, 60 and 5F. RGB value is (134,96,95). Sum of RGB (Red+Green+Blue) = 134+96+95=325 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.23% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 134 - color contains mainly: red. Hex color #86605F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86605F is #799FA0. Grayscale: #6B6B6B. Windows color (decimal): -7970721 or 6250630. OLE color: 6250630.

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

Color convert

RGB1349695-
CMYK00.280.290.47
HSL1.54º17.03%44.9%-
HSV(B)1.54º29.1%52.55%-
XYZ16.0814.2612.73-
YUV107.25121.09147.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.23%
GREEN value IS 96 (37.89% from 255) = 29.54%
BLUE value IS 95 (37.5% from 255) = 29.23%
R=41.23%
G=29.54%
B=29.23%

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
Decimal134969500.280.290.471.5417.0344.9
Hex86605F01C1D2F2112d
Octal206140137034355722155
Binary1000011011000001011111011100111011011111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86605F; }

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

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

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

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

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

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

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

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