#86614A

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

Shades of Dark Wood #86614A

Tints of Dark Wood #86614A

Color information

#86614A (or 0x86614A) is unknown color: approx Dark Wood. HEX triplet: 86, 61 and 4A. RGB value is (134,97,74). Sum of RGB (Red+Green+Blue) = 134+97+74=305 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.93% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 134 - color contains mainly: red. Hex color #86614A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86614A is #799EB5. Grayscale: #696969. Windows color (decimal): -7970486 or 4874630. OLE color: 4874630.

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

Color convert

RGB1349774-
CMYK00.280.450.47
HSL23º28.85%40.78%-
HSV(B)23º44.78%52.55%-
XYZ15.3414.118.39-
YUV105.44110.26148.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.93%
GREEN value IS 97 (38.28% from 255) = 31.80%
BLUE value IS 74 (29.30% from 255) = 24.26%
R=43.93%
G=31.80%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134977400.280.450.472328.8540.78
Hex86614A01C2D2F171d29
Octal2061411120345557273551
Binary10000110110000110010100111001011011011111011111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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