#86605E

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

Shades of Light Wood #86605E

Tints of Light Wood #86605E

Color information

#86605E (or 0x86605E) is unknown color: approx Light Wood. HEX triplet: 86, 60 and 5E. RGB value is (134,96,94). Sum of RGB (Red+Green+Blue) = 134+96+94=324 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.36% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 134 - color contains mainly: red. Hex color #86605E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86605E is #799FA1. Grayscale: #6B6B6B. Windows color (decimal): -7970722 or 6185094. OLE color: 6185094.

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

Color convert

RGB1349694-
CMYK00.280.300.47
HSL17.54%44.71%-
HSV(B)29.85%52.55%-
XYZ16.0314.2412.49-
YUV107.13120.59147.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.36%
GREEN value IS 96 (37.89% from 255) = 29.63%
BLUE value IS 94 (37.11% from 255) = 29.01%
R=41.36%
G=29.63%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134969400.280.300.47317.5444.71
Hex86605E01C1E2F3122d
Octal206140136034365732255
Binary1000011011000001011110011100111101011111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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