#866148

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

Shades of Dark Wood #866148

Tints of Dark Wood #866148

Color information

#866148 (or 0x866148) is unknown color: approx Dark Wood. HEX triplet: 86, 61 and 48. RGB value is (134,97,72). Sum of RGB (Red+Green+Blue) = 134+97+72=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 134 - color contains mainly: red. Hex color #866148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866148 is #799EB7. Grayscale: #696969. Windows color (decimal): -7970488 or 4743558. OLE color: 4743558.

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

Color convert

RGB1349772-
CMYK00.280.460.47
HSL24.19º30.1%40.39%-
HSV(B)24.19º46.27%52.55%-
XYZ15.2814.098.04-
YUV105.21109.26148.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.22%
GREEN value IS 97 (38.28% from 255) = 32.01%
BLUE value IS 72 (28.52% from 255) = 23.76%
R=44.22%
G=32.01%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134977200.280.460.4724.1930.140.39
Hex86614801C2E2F181e28
Octal2061411100345657303650
Binary10000110110000110010000111001011101011111100011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866148; }

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

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

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

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

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

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

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

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