#866B46

Color #866B46 Shadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow #866B46

Tints of Shadow #866B46

Color information

#866B46 (or 0x866B46) is unknown color: approx Shadow. HEX triplet: 86, 6B and 46. RGB value is (134,107,70). Sum of RGB (Red+Green+Blue) = 134+107+70=311 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.09% from 311); Green value is 107 (42.19% from 255 or 34.41% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 134 - color contains mainly: red. Hex color #866B46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866B46 is #7994B9. Grayscale: #6F6F6F. Windows color (decimal): -7967930 or 4615046. OLE color: 4615046.

HSL color Cylindrical-coordinate representation of color #866B46: hue angle of 34.69º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #866B46 is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB13410770-
CMYK00.200.480.47
HSL34.69º31.37%40%-
HSV(B)34.69º47.76%52.55%-
XYZ16.1916.038.03-
YUV110.86104.95144.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.09%
GREEN value IS 107 (42.19% from 255) = 34.41%
BLUE value IS 70 (27.73% from 255) = 22.51%
R=43.09%
G=34.41%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341077000.200.480.4734.6931.3740
Hex866B46014302F231f28
Octal2061531060246057433750
Binary100001101101011100011001010011000010111110001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866B46; }

 p { color: rgb(134,107,70); }

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

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

 a { background-color: rgb(134,107,70); }

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

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

 span { border-color: rgb(134,107,70); }

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