#866648

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

Shades of Dark Wood #866648

Tints of Dark Wood #866648

Color information

#866648 (or 0x866648) is unknown color: approx Dark Wood. HEX triplet: 86, 66 and 48. RGB value is (134,102,72). Sum of RGB (Red+Green+Blue) = 134+102+72=308 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.51% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 134 - color contains mainly: red. Hex color #866648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866648 is #7999B7. Grayscale: #6C6C6C. Windows color (decimal): -7969208 or 4744838. OLE color: 4744838.

HSL color Cylindrical-coordinate representation of color #866648: hue angle of 29.03º 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 #866648 is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB13410272-
CMYK00.240.460.47
HSL29.03º30.1%40.39%-
HSV(B)29.03º46.27%52.55%-
XYZ15.7515.048.2-
YUV108.15107.6146.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.51%
GREEN value IS 102 (40.23% from 255) = 33.12%
BLUE value IS 72 (28.52% from 255) = 23.38%
R=43.51%
G=33.12%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341027200.240.460.4729.0330.140.39
Hex8666480182E2F1d1e28
Octal2061461100305657353650
Binary10000110110011010010000110001011101011111110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866648; }

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

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

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

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

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

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

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

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