#866748

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

Shades of Dark Wood #866748

Tints of Dark Wood #866748

Color information

#866748 (or 0x866748) is unknown color: approx Dark Wood. HEX triplet: 86, 67 and 48. RGB value is (134,103,72). Sum of RGB (Red+Green+Blue) = 134+103+72=309 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.37% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 134 - color contains mainly: red. Hex color #866748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866748 is #7998B7. Grayscale: #6C6C6C. Windows color (decimal): -7968952 or 4745094. OLE color: 4745094.

HSL color Cylindrical-coordinate representation of color #866748: hue angle of 30º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #866748 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB13410372-
CMYK00.230.460.47
HSL30º30.1%40.39%-
HSV(B)30º46.27%52.55%-
XYZ15.8515.248.24-
YUV108.73107.27146.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.37%
GREEN value IS 103 (40.62% from 255) = 33.33%
BLUE value IS 72 (28.52% from 255) = 23.30%
R=43.37%
G=33.33%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341037200.230.460.473030.140.39
Hex8667480172E2F1e1e28
Octal2061471100275657363650
Binary10000110110011110010000101111011101011111111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866748; }

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

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

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

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

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

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

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

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