#86664A

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

Shades of Dark Wood #86664A

Tints of Dark Wood #86664A

Color information

#86664A (or 0x86664A) is unknown color: approx Dark Wood. HEX triplet: 86, 66 and 4A. RGB value is (134,102,74). Sum of RGB (Red+Green+Blue) = 134+102+74=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 134 - color contains mainly: red. Hex color #86664A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86664A is #7999B5. Grayscale: #6C6C6C. Windows color (decimal): -7969206 or 4875910. OLE color: 4875910.

HSL color Cylindrical-coordinate representation of color #86664A: hue angle of 28º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86664A is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB13410274-
CMYK00.240.450.47
HSL28º28.85%40.78%-
HSV(B)28º44.78%52.55%-
XYZ15.8215.078.55-
YUV108.38108.6146.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.23%
GREEN value IS 102 (40.23% from 255) = 32.90%
BLUE value IS 74 (29.30% from 255) = 23.87%
R=43.23%
G=32.90%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341027400.240.450.472828.8540.78
Hex86664A0182D2F1c1d29
Octal2061461120305557343551
Binary10000110110011010010100110001011011011111110011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86664A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86664A; }

 p { color: rgb(134,102,74); }

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

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

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

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

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

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

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