#86674B

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

Shades of Dark Wood #86674B

Tints of Dark Wood #86674B

Color information

#86674B (or 0x86674B) is unknown color: approx Dark Wood. HEX triplet: 86, 67 and 4B. RGB value is (134,103,75). Sum of RGB (Red+Green+Blue) = 134+103+75=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 134 - color contains mainly: red. Hex color #86674B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86674B is #7998B4. Grayscale: #6D6D6D. Windows color (decimal): -7968949 or 4941702. OLE color: 4941702.

HSL color Cylindrical-coordinate representation of color #86674B: hue angle of 28.47º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86674B is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB13410375-
CMYK00.230.440.47
HSL28.47º28.23%40.98%-
HSV(B)28.47º44.03%52.55%-
XYZ15.9515.288.76-
YUV109.08108.77145.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.95%
GREEN value IS 103 (40.62% from 255) = 33.01%
BLUE value IS 75 (29.69% from 255) = 24.04%
R=42.95%
G=33.01%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341037500.230.440.4728.4728.2340.98
Hex86674B0172C2F1c1c29
Octal2061471130275457343451
Binary10000110110011110010110101111011001011111110011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86674B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86674B; }

 p { color: rgb(134,103,75); }

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

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

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

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

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

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

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